#217AB4

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

Shades of Lochmara #217AB4

Tints of Lochmara #217AB4

Color information

#217AB4 (or 0x217AB4) is unknown color: approx Lochmara. HEX triplet: 21, 7A and B4. RGB value is (33,122,180). Sum of RGB (Red+Green+Blue) = 33+122+180=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #217AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AB4 is #DE854B. Grayscale: #656565. Windows color (decimal): -14583116 or 11827745. OLE color: 11827745.

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

Color convert

RGB33122180-
CMYK0.820.3200.29
HSL203.67º69.01%41.76%-
HSV(B)203.67º81.67%70.59%-
XYZ15.8217.5445.73-
YUV102172.0178.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.85%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 180 (70.70% from 255) = 53.73%
R=9.85%
G=36.42%
B=53.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331221800.820.3200.29203.6769.0141.76
Hex217AB4522001Dcc452a
Octal411722641224003531410552
Binary1000011111010101101001010010100000011101110011001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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