#216895

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

Shades of Lochmara #216895

Tints of Lochmara #216895

Color information

#216895 (or 0x216895) is unknown color: approx Lochmara. HEX triplet: 21, 68 and 95. RGB value is (33,104,149). Sum of RGB (Red+Green+Blue) = 33+104+149=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #216895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216895 is #DE976A. Grayscale: #575757. Windows color (decimal): -14587755 or 9791521. OLE color: 9791521.

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

Color convert

RGB33104149-
CMYK0.780.3000.42
HSL203.28º63.74%35.69%-
HSV(B)203.28º77.85%58.43%-
XYZ1112.3930.25-
YUV87.9162.4888.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 149 (58.59% from 255) = 52.10%
R=11.54%
G=36.36%
B=52.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331041490.780.3000.42203.2863.7435.69
Hex2168954E1E02Acb4024
Octal411502251163605231310044
Binary1000011101000100101011001110111100101010110010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216895; }

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

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

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

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

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

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

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

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