#213E84

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

Shades of Resolution Blue #213E84

Tints of Resolution Blue #213E84

Color information

#213E84 (or 0x213E84) is unknown color: approx Resolution Blue. HEX triplet: 21, 3E and 84. RGB value is (33,62,132). Sum of RGB (Red+Green+Blue) = 33+62+132=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #213E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E84 is #DEC17B. Grayscale: #3D3D3D. Windows color (decimal): -14598524 or 8666657. OLE color: 8666657.

HSL color Cylindrical-coordinate representation of color #213E84: hue angle of 222.42º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213E84 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3362132-
CMYK0.750.5300.48
HSL222.42º60%32.35%-
HSV(B)222.42º75%51.76%-
XYZ6.515.4322.54-
YUV61.31167.89107.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=14.54%
G=27.31%
B=58.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33621320.750.5300.48222.426032.35
Hex213E844B35030de3c20
Octal4176204113650603367440
Binary100001111110100001001001011110101011000011011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213E84; }

 p { color: rgb(33,62,132); }

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

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

 a { background-color: rgb(33,62,132); }

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

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

 span { border-color: rgb(33,62,132); }

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