#216A9D

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

Shades of Lochmara #216A9D

Tints of Lochmara #216A9D

Color information

#216A9D (or 0x216A9D) is unknown color: approx Lochmara. HEX triplet: 21, 6A and 9D. RGB value is (33,106,157). Sum of RGB (Red+Green+Blue) = 33+106+157=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #216A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216A9D is #DE9562. Grayscale: #595959. Windows color (decimal): -14587235 or 10316321. OLE color: 10316321.

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

Color convert

RGB33106157-
CMYK0.790.3200.38
HSL204.68º65.26%37.25%-
HSV(B)204.68º78.98%61.57%-
XYZ11.8713.0733.79-
YUV89.99165.8287.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.15%
GREEN value IS 106 (41.80% from 255) = 35.81%
BLUE value IS 157 (61.72% from 255) = 53.04%
R=11.15%
G=35.81%
B=53.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331061570.790.3200.38204.6865.2637.25
Hex216A9D4F20026cd4125
Octal411522351174004631510145
Binary10000111010101001110110011111000000100110110011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216A9D; }

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

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

<style>
 a { background-color: #216A9D; }

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

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

<style>
 span { border-color: #216A9D; }

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

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