#216C9F

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

Shades of Lochmara #216C9F

Tints of Lochmara #216C9F

Color information

#216C9F (or 0x216C9F) is unknown color: approx Lochmara. HEX triplet: 21, 6C and 9F. RGB value is (33,108,159). Sum of RGB (Red+Green+Blue) = 33+108+159=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #216C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C9F is #DE9360. Grayscale: #5B5B5B. Windows color (decimal): -14586721 or 10447905. OLE color: 10447905.

HSL color Cylindrical-coordinate representation of color #216C9F: hue angle of 204.29º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #216C9F is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33108159-
CMYK0.790.3200.38
HSL204.29º65.62%37.65%-
HSV(B)204.29º79.25%62.35%-
XYZ12.2513.5534.77-
YUV91.39166.1586.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 159 (62.5% from 255) = 53%
R=11%
G=36%
B=53%

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
Decimal331081590.790.3200.38204.2965.6237.65
Hex216C9F4F20026cc4226
Octal411542371174004631410246
Binary10000111011001001111110011111000000100110110011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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