#21669D

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

Shades of Lochmara #21669D

Tints of Lochmara #21669D

Color information

#21669D (or 0x21669D) is unknown color: approx Lochmara. HEX triplet: 21, 66 and 9D. RGB value is (33,102,157). Sum of RGB (Red+Green+Blue) = 33+102+157=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #21669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21669D is #DE9962. Grayscale: #575757. Windows color (decimal): -14588259 or 10315297. OLE color: 10315297.

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

Color convert

RGB33102157-
CMYK0.790.3500.38
HSL206.61º65.26%37.25%-
HSV(B)206.61º78.98%61.57%-
XYZ11.4612.2633.66-
YUV87.64167.1489.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=11.30%
G=34.93%
B=53.77%

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
Decimal331021570.790.3500.38206.6165.2637.25
Hex21669D4F23026cf4125
Octal411462351174304631710145
Binary10000111001101001110110011111000110100110110011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21669D; }

 p { color: rgb(33,102,157); }

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

<style>
 a { background-color: #21669D; }

 a { background-color: rgb(33,102,157); }

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

<style>
 span { border-color: #21669D; }

 span { border-color: rgb(33,102,157); }

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