#216C93

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

Shades of Lochmara #216C93

Tints of Lochmara #216C93

Color information

#216C93 (or 0x216C93) is unknown color: approx Lochmara. HEX triplet: 21, 6C and 93. RGB value is (33,108,147). Sum of RGB (Red+Green+Blue) = 33+108+147=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #216C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C93 is #DE936C. Grayscale: #595959. Windows color (decimal): -14586733 or 9661473. OLE color: 9661473.

HSL color Cylindrical-coordinate representation of color #216C93: hue angle of 200.53º 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 #216C93 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33108147-
CMYK0.780.2700.42
HSL200.53º63.33%35.29%-
HSV(B)200.53º77.55%57.65%-
XYZ11.2613.1629.55-
YUV90.02160.1587.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=11.46%
G=37.5%
B=51.04%

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
Decimal331081470.780.2700.42200.5363.3335.29
Hex216C934E1B02Ac93f23
Octal41154223116330523117743
Binary100001110110010010011100111011011010101011001001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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