#217295

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

Shades of Lochmara #217295

Tints of Lochmara #217295

Color information

#217295 (or 0x217295) is unknown color: approx Lochmara. HEX triplet: 21, 72 and 95. RGB value is (33,114,149). Sum of RGB (Red+Green+Blue) = 33+114+149=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #217295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217295 is #DE8D6A. Grayscale: #5D5D5D. Windows color (decimal): -14585195 or 9794081. OLE color: 9794081.

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

Color convert

RGB33114149-
CMYK0.780.2300.42
HSL198.1º63.74%35.69%-
HSV(B)198.1º77.85%58.43%-
XYZ12.0714.5330.6-
YUV93.77159.1684.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.15%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=11.15%
G=38.51%
B=50.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331141490.780.2300.42198.163.7435.69
Hex2172954E1702Ac64024
Octal411622251162705230610044
Binary1000011110010100101011001110101110101010110001101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217295; }

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

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

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

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

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

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

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

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