#217EAE

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

Shades of Lochmara #217EAE

Tints of Lochmara #217EAE

Color information

#217EAE (or 0x217EAE) is unknown color: approx Lochmara. HEX triplet: 21, 7E and AE. RGB value is (33,126,174). Sum of RGB (Red+Green+Blue) = 33+126+174=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #217EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217EAE is #DE8151. Grayscale: #676767. Windows color (decimal): -14582098 or 11435553. OLE color: 11435553.

HSL color Cylindrical-coordinate representation of color #217EAE: hue angle of 200.43º 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 #217EAE is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33126174-
CMYK0.810.2800.32
HSL200.43º68.12%40.59%-
HSV(B)200.43º81.03%68.24%-
XYZ15.7318.342.75-
YUV103.66167.6977.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 126 (49.61% from 255) = 37.84%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=9.91%
G=37.84%
B=52.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331261740.810.2800.32200.4368.1240.59
Hex217EAE511C020c84429
Octal411762561213404031010451
Binary1000011111110101011101010001111000100000110010001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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