#216BA3

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

Shades of Lochmara #216BA3

Tints of Lochmara #216BA3

Color information

#216BA3 (or 0x216BA3) is unknown color: approx Lochmara. HEX triplet: 21, 6B and A3. RGB value is (33,107,163). Sum of RGB (Red+Green+Blue) = 33+107+163=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #216BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216BA3 is #DE945C. Grayscale: #5A5A5A. Windows color (decimal): -14586973 or 10709793. OLE color: 10709793.

HSL color Cylindrical-coordinate representation of color #216BA3: hue angle of 205.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #216BA3 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB33107163-
CMYK0.800.3400.36
HSL205.85º66.33%38.43%-
HSV(B)205.85º79.75%63.92%-
XYZ12.513.4836.59-
YUV91.26168.4886.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.89%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 163 (64.06% from 255) = 53.80%
R=10.89%
G=35.31%
B=53.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331071630.800.3400.36205.8566.3338.43
Hex216BA35022024ce4226
Octal411532431204204431610246
Binary10000111010111010001110100001000100100100110011101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,107,163); }

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

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

 a { background-color: rgb(33,107,163); }

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

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

 span { border-color: rgb(33,107,163); }

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