#213581

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

Shades of Resolution Blue #213581

Tints of Resolution Blue #213581

Color information

#213581 (or 0x213581) is unknown color: approx Resolution Blue. HEX triplet: 21, 35 and 81. RGB value is (33,53,129). Sum of RGB (Red+Green+Blue) = 33+53+129=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #213581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213581 is #DECA7E. Grayscale: #373737. Windows color (decimal): -14600831 or 8467745. OLE color: 8467745.

HSL color Cylindrical-coordinate representation of color #213581: hue angle of 227.5º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #213581 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3353129-
CMYK0.740.5900.49
HSL227.5º59.26%31.76%-
HSV(B)227.5º74.42%50.59%-
XYZ5.864.4521.32-
YUV55.68169.37111.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 129 (50.78% from 255) = 60%
R=15.35%
G=24.65%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33531290.740.5900.49227.559.2631.76
Hex2135814A3B031e43b20
Octal4165201112730613447340
Binary100001110101100000011001010111011011000111100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213581; }

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

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

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

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

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

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

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

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