#21769E

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

Shades of Lochmara #21769E

Tints of Lochmara #21769E

Color information

#21769E (or 0x21769E) is unknown color: approx Lochmara. HEX triplet: 21, 76 and 9E. RGB value is (33,118,158). Sum of RGB (Red+Green+Blue) = 33+118+158=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #21769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21769E is #DE8961. Grayscale: #606060. Windows color (decimal): -14584162 or 10384929. OLE color: 10384929.

HSL color Cylindrical-coordinate representation of color #21769E: hue angle of 199.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21769E is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33118158-
CMYK0.790.2500.38
HSL199.2º65.45%37.45%-
HSV(B)199.2º79.11%61.96%-
XYZ13.2815.7534.69-
YUV97.14162.3482.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=10.68%
G=38.19%
B=51.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331181580.790.2500.38199.265.4537.45
Hex21769E4F19026c74125
Octal411662361173104630710145
Binary1000011110110100111101001111110010100110110001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21769E; }

 p { color: rgb(33,118,158); }

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

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

 a { background-color: rgb(33,118,158); }

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

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

 span { border-color: rgb(33,118,158); }

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