#217195

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

Shades of Lochmara #217195

Tints of Lochmara #217195

Color information

#217195 (or 0x217195) is unknown color: approx Lochmara. HEX triplet: 21, 71 and 95. RGB value is (33,113,149). Sum of RGB (Red+Green+Blue) = 33+113+149=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #217195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217195 is #DE8E6A. Grayscale: #5C5C5C. Windows color (decimal): -14585451 or 9793825. OLE color: 9793825.

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

Color convert

RGB33113149-
CMYK0.780.2400.42
HSL198.62º63.74%35.69%-
HSV(B)198.62º77.85%58.43%-
XYZ11.9614.330.56-
YUV93.18159.585.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.19%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=11.19%
G=38.31%
B=50.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331131490.780.2400.42198.6263.7435.69
Hex2171954E1802Ac74024
Octal411612251163005230710044
Binary1000011110001100101011001110110000101010110001111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217195; }

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

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

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

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

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

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

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

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