#213588

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

Shades of Resolution Blue #213588

Tints of Resolution Blue #213588

Color information

#213588 (or 0x213588) is unknown color: approx Resolution Blue. HEX triplet: 21, 35 and 88. RGB value is (33,53,136). Sum of RGB (Red+Green+Blue) = 33+53+136=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #213588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213588 is #DECA77. Grayscale: #383838. Windows color (decimal): -14600824 or 8926497. OLE color: 8926497.

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

Color convert

RGB3353136-
CMYK0.760.6100.47
HSL228.35º60.95%33.14%-
HSV(B)228.35º75.74%53.33%-
XYZ6.344.6523.86-
YUV56.48172.87111.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 136 (53.52% from 255) = 61.26%
R=14.86%
G=23.87%
B=61.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33531360.760.6100.47228.3560.9533.14
Hex2135884C3D02Fe43d21
Octal4165210114750573447541
Binary100001110101100010001001100111101010111111100100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213588; }

 p { color: rgb(33,53,136); }

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

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

 a { background-color: rgb(33,53,136); }

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

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

 span { border-color: rgb(33,53,136); }

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