#21639C

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

Shades of Lochmara #21639C

Tints of Lochmara #21639C

Color information

#21639C (or 0x21639C) is unknown color: approx Lochmara. HEX triplet: 21, 63 and 9C. RGB value is (33,99,156). Sum of RGB (Red+Green+Blue) = 33+99+156=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #21639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21639C is #DE9C63. Grayscale: #555555. Windows color (decimal): -14589028 or 10248993. OLE color: 10248993.

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

Color convert

RGB3399156-
CMYK0.790.3700.39
HSL207.8º65.08%37.06%-
HSV(B)207.8º78.85%61.18%-
XYZ11.0911.6533.12-
YUV85.76167.6390.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 156 (61.33% from 255) = 54.17%
R=11.46%
G=34.38%
B=54.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33991560.790.3700.39207.865.0837.06
Hex21639C4F25027d04125
Octal411432341174504732010145
Binary10000111000111001110010011111001010100111110100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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