#229481

Color #229481 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #229481

Tints of Niagara #229481

Color information

#229481 (or 0x229481) is unknown color: approx Niagara. HEX triplet: 22, 94 and 81. RGB value is (34,148,129). Sum of RGB (Red+Green+Blue) = 34+148+129=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #229481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229481 is #DD6B7E. Grayscale: #6F6F6F. Windows color (decimal): -14510975 or 8492066. OLE color: 8492066.

HSL color Cylindrical-coordinate representation of color #229481: hue angle of 170º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229481 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB34148129-
CMYK0.7700.130.42
HSL170º62.64%35.69%-
HSV(B)170º77.03%58.04%-
XYZ15.2123.124.43-
YUV111.75137.7372.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 10.93%
GREEN value IS 148 (58.20% from 255) = 47.59%
BLUE value IS 129 (50.78% from 255) = 41.48%
R=10.93%
G=47.59%
B=41.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341481290.7700.130.4217062.6435.69
Hex2294814D0D2Aaa3f24
Octal42224201115015522527744
Binary100010100101001000000110011010110110101010101010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229481; }

 p { color: rgb(34,148,129); }

 H1.HeaderClassName
 {
   color: #229481;
 }
 .AnyTagClassName
 {
   color: #229481;
 }
</style>
background-color css

<style>
 a { background-color: #229481; }

 a { background-color: rgb(34,148,129); }

 div.DivClassName
 {
   background-color: #229481;
 }
 .BgClassName
 {
   background-color: #229481;
 }
</style>
border-color css

<style>
 span { border-color: #229481; }

 span { border-color: rgb(34,148,129); }

 td.TdClassName
 {
   border-color: #229481;
 }
 .TagClassName
 {
   border-color: #229481;
 }
</style>