#217DAB

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

Shades of Lochmara #217DAB

Tints of Lochmara #217DAB

Color information

#217DAB (or 0x217DAB) is unknown color: approx Lochmara. HEX triplet: 21, 7D and AB. RGB value is (33,125,171). Sum of RGB (Red+Green+Blue) = 33+125+171=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #217DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217DAB is #DE8254. Grayscale: #666666. Windows color (decimal): -14582357 or 11238689. OLE color: 11238689.

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

Color convert

RGB33125171-
CMYK0.810.2700.33
HSL200º67.65%40%-
HSV(B)200º80.7%67.06%-
XYZ15.3117.9341.18-
YUV102.74166.5278.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=10.03%
G=37.99%
B=51.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331251710.810.2700.3320067.6540
Hex217DAB511B021c84428
Octal411752531213304131010450
Binary1000011111101101010111010001110110100001110010001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,125,171); }

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

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

 a { background-color: rgb(33,125,171); }

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

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

 span { border-color: rgb(33,125,171); }

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