#216F93

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

Shades of Lochmara #216F93

Tints of Lochmara #216F93

Color information

#216F93 (or 0x216F93) is unknown color: approx Lochmara. HEX triplet: 21, 6F and 93. RGB value is (33,111,147). Sum of RGB (Red+Green+Blue) = 33+111+147=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #216F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216F93 is #DE906C. Grayscale: #5B5B5B. Windows color (decimal): -14585965 or 9662241. OLE color: 9662241.

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

Color convert

RGB33111147-
CMYK0.780.2400.42
HSL198.95º63.33%35.29%-
HSV(B)198.95º77.55%57.65%-
XYZ11.5813.829.66-
YUV91.78159.1686.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=11.34%
G=38.14%
B=50.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331111470.780.2400.42198.9563.3335.29
Hex216F934E1802Ac73f23
Octal41157223116300523077743
Binary100001110111110010011100111011000010101011000111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,111,147); }

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

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

 a { background-color: rgb(33,111,147); }

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

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

 span { border-color: rgb(33,111,147); }

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