#21759F

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

Shades of Lochmara #21759F

Tints of Lochmara #21759F

Color information

#21759F (or 0x21759F) is unknown color: approx Lochmara. HEX triplet: 21, 75 and 9F. RGB value is (33,117,159). Sum of RGB (Red+Green+Blue) = 33+117+159=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #21759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21759F is #DE8A60. Grayscale: #606060. Windows color (decimal): -14584417 or 10450209. OLE color: 10450209.

HSL color Cylindrical-coordinate representation of color #21759F: hue angle of 200º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21759F is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33117159-
CMYK0.790.2600.38
HSL200º65.62%37.65%-
HSV(B)200º79.25%62.35%-
XYZ13.2515.5535.1-
YUV96.67163.1782.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=10.68%
G=37.86%
B=51.46%

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
Decimal331171590.790.2600.3820065.6237.65
Hex21759F4F1A026c84226
Octal411652371173204631010246
Binary1000011110101100111111001111110100100110110010001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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