#216FAA

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

Shades of Lochmara #216FAA

Tints of Lochmara #216FAA

Color information

#216FAA (or 0x216FAA) is unknown color: approx Lochmara. HEX triplet: 21, 6F and AA. RGB value is (33,111,170). Sum of RGB (Red+Green+Blue) = 33+111+170=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #216FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216FAA is #DE9055. Grayscale: #5E5E5E. Windows color (decimal): -14585942 or 11169569. OLE color: 11169569.

HSL color Cylindrical-coordinate representation of color #216FAA: hue angle of 205.84º 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 #216FAA is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33111170-
CMYK0.810.3500.33
HSL205.84º67.49%39.8%-
HSV(B)205.84º80.59%66.67%-
XYZ13.5714.5940.13-
YUV94.4170.6684.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.51%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=10.51%
G=35.35%
B=54.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331111700.810.3500.33205.8467.4939.8
Hex216FAA5123021ce4328
Octal411572521214304131610350
Binary10000111011111010101010100011000110100001110011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216FAA; }

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

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

<style>
 a { background-color: #216FAA; }

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

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

<style>
 span { border-color: #216FAA; }

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

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