#219381

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

Shades of Niagara #219381

Tints of Niagara #219381

Color information

#219381 (or 0x219381) is unknown color: approx Niagara. HEX triplet: 21, 93 and 81. RGB value is (33,147,129). Sum of RGB (Red+Green+Blue) = 33+147+129=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #219381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219381 is #DE6C7E. Grayscale: #6E6E6E. Windows color (decimal): -14576767 or 8491809. OLE color: 8491809.

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

Color convert

RGB33147129-
CMYK0.7800.120.42
HSL170.53º63.33%35.29%-
HSV(B)170.53º77.55%57.65%-
XYZ15.0222.7824.37-
YUV110.86138.2372.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=10.68%
G=47.57%
B=41.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331471290.7800.120.42170.5363.3335.29
Hex2193814E0C2Aab3f23
Octal41223201116014522537743
Binary100001100100111000000110011100110010101010101011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219381; }

 p { color: rgb(33,147,129); }

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

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

 a { background-color: rgb(33,147,129); }

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

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

 span { border-color: rgb(33,147,129); }

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