#21759C

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

Shades of Lochmara #21759C

Tints of Lochmara #21759C

Color information

#21759C (or 0x21759C) is unknown color: approx Lochmara. HEX triplet: 21, 75 and 9C. RGB value is (33,117,156). Sum of RGB (Red+Green+Blue) = 33+117+156=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #21759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21759C is #DE8A63. Grayscale: #606060. Windows color (decimal): -14584420 or 10253601. OLE color: 10253601.

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

Color convert

RGB33117156-
CMYK0.790.2500.39
HSL199.02º65.08%37.06%-
HSV(B)199.02º78.85%61.18%-
XYZ12.9915.4533.75-
YUV96.33161.6782.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.78%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=10.78%
G=38.24%
B=50.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331171560.790.2500.39199.0265.0837.06
Hex21759C4F19027c74125
Octal411652341173104730710145
Binary1000011110101100111001001111110010100111110001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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