#229B87

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

Shades of Niagara #229B87

Tints of Niagara #229B87

Color information

#229B87 (or 0x229B87) is unknown color: approx Niagara. HEX triplet: 22, 9B and 87. RGB value is (34,155,135). Sum of RGB (Red+Green+Blue) = 34+155+135=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #229B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B87 is #DD6478. Grayscale: #747474. Windows color (decimal): -14509177 or 8887074. OLE color: 8887074.

HSL color Cylindrical-coordinate representation of color #229B87: hue angle of 170.08º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B87 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB34155135-
CMYK0.7800.130.39
HSL170.08º64.02%37.06%-
HSV(B)170.08º78.06%60.78%-
XYZ16.7525.5326.97-
YUV116.54138.4169.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.49%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=10.49%
G=47.84%
B=41.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341551350.7800.130.39170.0864.0237.06
Hex229B874E0D27aa4025
Octal422332071160154725210045
Binary1000101001101110000111100111001101100111101010101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229B87; }

 p { color: rgb(34,155,135); }

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

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

 a { background-color: rgb(34,155,135); }

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

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

 span { border-color: rgb(34,155,135); }

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