#21759E

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

Shades of Lochmara #21759E

Tints of Lochmara #21759E

Color information

#21759E (or 0x21759E) is unknown color: approx Lochmara. HEX triplet: 21, 75 and 9E. RGB value is (33,117,158). Sum of RGB (Red+Green+Blue) = 33+117+158=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #21759E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21759E is #DE8A61. Grayscale: #606060. Windows color (decimal): -14584418 or 10384673. OLE color: 10384673.

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

Color convert

RGB33117158-
CMYK0.790.2600.38
HSL199.68º65.45%37.45%-
HSV(B)199.68º79.11%61.96%-
XYZ13.1615.5134.65-
YUV96.56162.6782.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=10.71%
G=37.99%
B=51.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331171580.790.2600.38199.6865.4537.45
Hex21759E4F1A026c84125
Octal411652361173204631010145
Binary1000011110101100111101001111110100100110110010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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