#213484

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

Shades of Resolution Blue #213484

Tints of Resolution Blue #213484

Color information

#213484 (or 0x213484) is unknown color: approx Resolution Blue. HEX triplet: 21, 34 and 84. RGB value is (33,52,132). Sum of RGB (Red+Green+Blue) = 33+52+132=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #213484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213484 is #DECB7B. Grayscale: #373737. Windows color (decimal): -14601084 or 8664097. OLE color: 8664097.

HSL color Cylindrical-coordinate representation of color #213484: hue angle of 228.48º 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 #213484 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3352132-
CMYK0.750.6100.48
HSL228.48º60%32.35%-
HSV(B)228.48º75%51.76%-
XYZ6.024.4522.37-
YUV55.44171.21112-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.21%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=15.21%
G=23.96%
B=60.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33521320.750.6100.48228.486032.35
Hex2134844B3D030e43c20
Octal4164204113750603447440
Binary100001110100100001001001011111101011000011100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213484; }

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

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

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

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

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

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

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

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