#21679E

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

Shades of Lochmara #21679E

Tints of Lochmara #21679E

Color information

#21679E (or 0x21679E) is unknown color: approx Lochmara. HEX triplet: 21, 67 and 9E. RGB value is (33,103,158). Sum of RGB (Red+Green+Blue) = 33+103+158=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #21679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21679E is #DE9861. Grayscale: #585858. Windows color (decimal): -14588002 or 10381089. OLE color: 10381089.

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

Color convert

RGB33103158-
CMYK0.790.3500.38
HSL206.4º65.45%37.45%-
HSV(B)206.4º79.11%61.96%-
XYZ11.6512.4934.15-
YUV88.34167.3188.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.22%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=11.22%
G=35.03%
B=53.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331031580.790.3500.38206.465.4537.45
Hex21679E4F23026ce4125
Octal411472361174304631610145
Binary10000111001111001111010011111000110100110110011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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