#21749E

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

Shades of Lochmara #21749E

Tints of Lochmara #21749E

Color information

#21749E (or 0x21749E) is unknown color: approx Lochmara. HEX triplet: 21, 74 and 9E. RGB value is (33,116,158). Sum of RGB (Red+Green+Blue) = 33+116+158=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #21749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21749E is #DE8B61. Grayscale: #5F5F5F. Windows color (decimal): -14584674 or 10384417. OLE color: 10384417.

HSL color Cylindrical-coordinate representation of color #21749E: hue angle of 200.16º 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 #21749E is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33116158-
CMYK0.790.2700.38
HSL200.16º65.45%37.45%-
HSV(B)200.16º79.11%61.96%-
XYZ13.0415.2834.61-
YUV95.9716383.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=10.75%
G=37.79%
B=51.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331161580.790.2700.38200.1665.4537.45
Hex21749E4F1B026c84125
Octal411642361173304631010145
Binary1000011110100100111101001111110110100110110010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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