#217CA0

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

Shades of Lochmara #217CA0

Tints of Lochmara #217CA0

Color information

#217CA0 (or 0x217CA0) is unknown color: approx Lochmara. HEX triplet: 21, 7C and A0. RGB value is (33,124,160). Sum of RGB (Red+Green+Blue) = 33+124+160=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #217CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217CA0 is #DE835F. Grayscale: #646464. Windows color (decimal): -14582624 or 10517537. OLE color: 10517537.

HSL color Cylindrical-coordinate representation of color #217CA0: hue angle of 197.01º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #217CA0 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB33124160-
CMYK0.790.2200.37
HSL197.01º65.8%37.84%-
HSV(B)197.01º79.37%62.75%-
XYZ14.1817.2835.85-
YUV100.9161.3579.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 160 (62.89% from 255) = 50.47%
R=10.41%
G=39.12%
B=50.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331241600.790.2200.37197.0165.837.84
Hex217CA04F16025c54226
Octal411742401172604530510246
Binary1000011111100101000001001111101100100101110001011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217CA0; }

 p { color: rgb(33,124,160); }

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

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

 a { background-color: rgb(33,124,160); }

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

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

 span { border-color: rgb(33,124,160); }

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