#217AAA

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

Shades of Lochmara #217AAA

Tints of Lochmara #217AAA

Color information

#217AAA (or 0x217AAA) is unknown color: approx Lochmara. HEX triplet: 21, 7A and AA. RGB value is (33,122,170). Sum of RGB (Red+Green+Blue) = 33+122+170=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #217AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217AAA is #DE8555. Grayscale: #646464. Windows color (decimal): -14583126 or 11172385. OLE color: 11172385.

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

Color convert

RGB33122170-
CMYK0.810.2800.33
HSL201.02º67.49%39.8%-
HSV(B)201.02º80.59%66.67%-
XYZ14.8417.1440.56-
YUV100.86167.0179.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.15%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=10.15%
G=37.54%
B=52.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331221700.810.2800.33201.0267.4939.8
Hex217AAA511C021c94328
Octal411722521213404131110350
Binary1000011111010101010101010001111000100001110010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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