#217FAE

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

Shades of Lochmara #217FAE

Tints of Lochmara #217FAE

Color information

#217FAE (or 0x217FAE) is unknown color: approx Lochmara. HEX triplet: 21, 7F and AE. RGB value is (33,127,174). Sum of RGB (Red+Green+Blue) = 33+127+174=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #217FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217FAE is #DE8051. Grayscale: #676767. Windows color (decimal): -14581842 or 11435809. OLE color: 11435809.

HSL color Cylindrical-coordinate representation of color #217FAE: hue angle of 200º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217FAE is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33127174-
CMYK0.810.2700.32
HSL200º68.12%40.59%-
HSV(B)200º81.03%68.24%-
XYZ15.8618.5642.79-
YUV104.25167.3677.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=9.88%
G=38.02%
B=52.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331271740.810.2700.3220068.1240.59
Hex217FAE511B020c84429
Octal411772561213304031010451
Binary1000011111111101011101010001110110100000110010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,127,174); }

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

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

 a { background-color: rgb(33,127,174); }

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

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

 span { border-color: rgb(33,127,174); }

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