#213886

Color #213886 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #213886

Tints of Resolution Blue #213886

Color information

#213886 (or 0x213886) is unknown color: approx Resolution Blue. HEX triplet: 21, 38 and 86. RGB value is (33,56,134). Sum of RGB (Red+Green+Blue) = 33+56+134=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #213886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213886 is #DEC779. Grayscale: #393939. Windows color (decimal): -14600058 or 8796193. OLE color: 8796193.

HSL color Cylindrical-coordinate representation of color #213886: hue angle of 226.34º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213886 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3356134-
CMYK0.750.5800.47
HSL226.34º60.48%32.75%-
HSV(B)226.34º75.37%52.55%-
XYZ6.344.8723.16-
YUV58.02170.88110.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 134 (52.73% from 255) = 60.09%
R=14.80%
G=25.11%
B=60.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33561340.750.5800.47226.3460.4832.75
Hex2138864B3A02Fe23c21
Octal4170206113720573427441
Binary100001111000100001101001011111010010111111100010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213886; }

 p { color: rgb(33,56,134); }

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

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

 a { background-color: rgb(33,56,134); }

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

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

 span { border-color: rgb(33,56,134); }

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