#213589

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

Shades of Resolution Blue #213589

Tints of Resolution Blue #213589

Color information

#213589 (or 0x213589) is unknown color: approx Resolution Blue. HEX triplet: 21, 35 and 89. RGB value is (33,53,137). Sum of RGB (Red+Green+Blue) = 33+53+137=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #213589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213589 is #DECA76. Grayscale: #383838. Windows color (decimal): -14600823 or 8992033. OLE color: 8992033.

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

Color convert

RGB3353137-
CMYK0.760.6100.46
HSL228.46º61.18%33.33%-
HSV(B)228.46º75.91%53.73%-
XYZ6.424.6824.23-
YUV56.6173.37111.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 137 (53.91% from 255) = 61.43%
R=14.80%
G=23.77%
B=61.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33531370.760.6100.46228.4661.1833.33
Hex2135894C3D02Ee43d21
Octal4165211114750563447541
Binary100001110101100010011001100111101010111011100100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213589; }

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

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

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

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

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

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

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

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