#229C87

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

Shades of Niagara #229C87

Tints of Niagara #229C87

Color information

#229C87 (or 0x229C87) is unknown color: approx Niagara. HEX triplet: 22, 9C and 87. RGB value is (34,156,135). Sum of RGB (Red+Green+Blue) = 34+156+135=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #229C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229C87 is #DD6378. Grayscale: #757575. Windows color (decimal): -14508921 or 8887330. OLE color: 8887330.

HSL color Cylindrical-coordinate representation of color #229C87: hue angle of 169.67º 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 #229C87 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB34156135-
CMYK0.7800.130.39
HSL169.67º64.21%37.25%-
HSV(B)169.67º78.21%61.18%-
XYZ16.9225.8727.02-
YUV117.13138.0868.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=10.46%
G=48%
B=41.54%

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
Decimal341561350.7800.130.39169.6764.2137.25
Hex229C874E0D27aa4025
Octal422342071160154725210045
Binary1000101001110010000111100111001101100111101010101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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