#216D95

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

Shades of Lochmara #216D95

Tints of Lochmara #216D95

Color information

#216D95 (or 0x216D95) is unknown color: approx Lochmara. HEX triplet: 21, 6D and 95. RGB value is (33,109,149). Sum of RGB (Red+Green+Blue) = 33+109+149=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #216D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D95 is #DE926A. Grayscale: #5A5A5A. Windows color (decimal): -14586475 or 9792801. OLE color: 9792801.

HSL color Cylindrical-coordinate representation of color #216D95: hue angle of 200.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216D95 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33109149-
CMYK0.780.2700.42
HSL200.69º63.74%35.69%-
HSV(B)200.69º77.85%58.43%-
XYZ11.5213.4330.42-
YUV90.84160.8286.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=11.34%
G=37.46%
B=51.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331091490.780.2700.42200.6963.7435.69
Hex216D954E1B02Ac94024
Octal411552251163305231110044
Binary1000011101101100101011001110110110101010110010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,109,149); }

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

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

 a { background-color: rgb(33,109,149); }

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

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

 span { border-color: rgb(33,109,149); }

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