#213782

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

Shades of Resolution Blue #213782

Tints of Resolution Blue #213782

Color information

#213782 (or 0x213782) is unknown color: approx Resolution Blue. HEX triplet: 21, 37 and 82. RGB value is (33,55,130). Sum of RGB (Red+Green+Blue) = 33+55+130=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #213782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213782 is #DEC87D. Grayscale: #383838. Windows color (decimal): -14600318 or 8533793. OLE color: 8533793.

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

Color convert

RGB3355130-
CMYK0.750.5800.49
HSL226.39º59.51%31.96%-
HSV(B)226.39º74.62%50.98%-
XYZ6.024.6721.7-
YUV56.97169.21110.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 130 (51.17% from 255) = 59.63%
R=15.14%
G=25.23%
B=59.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33551300.750.5800.49226.3959.5131.96
Hex2137824B3A031e23c20
Octal4167202113720613427440
Binary100001110111100000101001011111010011000111100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213782; }

 p { color: rgb(33,55,130); }

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

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

 a { background-color: rgb(33,55,130); }

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

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

 span { border-color: rgb(33,55,130); }

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