#21789C

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

Shades of Lochmara #21789C

Tints of Lochmara #21789C

Color information

#21789C (or 0x21789C) is unknown color: approx Lochmara. HEX triplet: 21, 78 and 9C. RGB value is (33,120,156). Sum of RGB (Red+Green+Blue) = 33+120+156=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #21789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21789C is #DE8763. Grayscale: #616161. Windows color (decimal): -14583652 or 10254369. OLE color: 10254369.

HSL color Cylindrical-coordinate representation of color #21789C: hue angle of 197.56º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21789C is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33120156-
CMYK0.790.2300.39
HSL197.56º65.08%37.06%-
HSV(B)197.56º78.85%61.18%-
XYZ13.3416.1633.87-
YUV98.09160.6881.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=10.68%
G=38.83%
B=50.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331201560.790.2300.39197.5665.0837.06
Hex21789C4F17027c64125
Octal411702341172704730610145
Binary1000011111000100111001001111101110100111110001101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21789C; }

 p { color: rgb(33,120,156); }

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

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

 a { background-color: rgb(33,120,156); }

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

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

 span { border-color: rgb(33,120,156); }

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