#216997

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

Shades of Lochmara #216997

Tints of Lochmara #216997

Color information

#216997 (or 0x216997) is unknown color: approx Lochmara. HEX triplet: 21, 69 and 97. RGB value is (33,105,151). Sum of RGB (Red+Green+Blue) = 33+105+151=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #216997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216997 is #DE9668. Grayscale: #585858. Windows color (decimal): -14587497 or 9922849. OLE color: 9922849.

HSL color Cylindrical-coordinate representation of color #216997: hue angle of 203.39º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216997 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB33105151-
CMYK0.780.3000.41
HSL203.39º64.13%36.08%-
HSV(B)203.39º78.15%59.22%-
XYZ11.2612.6631.13-
YUV88.72163.1588.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=11.42%
G=36.33%
B=52.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331051510.780.3000.41203.3964.1336.08
Hex2169974E1E029cb4024
Octal411512271163605131310044
Binary1000011101001100101111001110111100101001110010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216997; }

 p { color: rgb(33,105,151); }

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

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

 a { background-color: rgb(33,105,151); }

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

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

 span { border-color: rgb(33,105,151); }

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