#213882

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

Shades of Resolution Blue #213882

Tints of Resolution Blue #213882

Color information

#213882 (or 0x213882) is unknown color: approx Resolution Blue. HEX triplet: 21, 38 and 82. RGB value is (33,56,130). Sum of RGB (Red+Green+Blue) = 33+56+130=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #213882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213882 is #DEC77D. Grayscale: #393939. Windows color (decimal): -14600062 or 8534049. OLE color: 8534049.

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

Color convert

RGB3356130-
CMYK0.750.5700.49
HSL225.77º59.51%31.96%-
HSV(B)225.77º74.62%50.98%-
XYZ6.074.7621.72-
YUV57.56168.88110.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=15.07%
G=25.57%
B=59.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33561300.750.5700.49225.7759.5131.96
Hex2138824B39031e23c20
Octal4170202113710613427440
Binary100001111000100000101001011111001011000111100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213882; }

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

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

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

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

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

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

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

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