#217AB6

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

Shades of Lochmara #217AB6

Tints of Lochmara #217AB6

Color information

#217AB6 (or 0x217AB6) is unknown color: approx Lochmara. HEX triplet: 21, 7A and B6. RGB value is (33,122,182). Sum of RGB (Red+Green+Blue) = 33+122+182=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #217AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AB6 is #DE8549. Grayscale: #656565. Windows color (decimal): -14583114 or 11958817. OLE color: 11958817.

HSL color Cylindrical-coordinate representation of color #217AB6: hue angle of 204.16º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217AB6 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB33122182-
CMYK0.820.3300.29
HSL204.16º69.3%42.16%-
HSV(B)204.16º81.87%71.37%-
XYZ16.0317.6246.81-
YUV102.23173.0178.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.79%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 182 (71.48% from 255) = 54.01%
R=9.79%
G=36.20%
B=54.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331221820.820.3300.29204.1669.342.16
Hex217AB6522101Dcc452a
Octal411722661224103531410552
Binary1000011111010101101101010010100001011101110011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,122,182); }

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

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

 a { background-color: rgb(33,122,182); }

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

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

 span { border-color: rgb(33,122,182); }

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