#217299

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

Shades of Lochmara #217299

Tints of Lochmara #217299

Color information

#217299 (or 0x217299) is unknown color: approx Lochmara. HEX triplet: 21, 72 and 99. RGB value is (33,114,153). Sum of RGB (Red+Green+Blue) = 33+114+153=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #217299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217299 is #DE8D66. Grayscale: #5D5D5D. Windows color (decimal): -14585191 or 10056225. OLE color: 10056225.

HSL color Cylindrical-coordinate representation of color #217299: hue angle of 199.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217299 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB33114153-
CMYK0.780.2500.4
HSL199.5º64.52%36.47%-
HSV(B)199.5º78.43%60%-
XYZ12.3914.6632.31-
YUV94.23161.1684.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 153 (60.16% from 255) = 51%
R=11%
G=38%
B=51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331141530.780.2500.4199.564.5236.47
Hex2172994E19028c84124
Octal411622311163105031010144
Binary1000011110010100110011001110110010101000110010001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217299; }

 p { color: rgb(33,114,153); }

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

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

 a { background-color: rgb(33,114,153); }

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

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

 span { border-color: rgb(33,114,153); }

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