#213779

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

Shades of Resolution Blue #213779

Tints of Resolution Blue #213779

Color information

#213779 (or 0x213779) is unknown color: approx Resolution Blue. HEX triplet: 21, 37 and 79. RGB value is (33,55,121). Sum of RGB (Red+Green+Blue) = 33+55+121=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #213779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213779 is #DEC886. Grayscale: #373737. Windows color (decimal): -14600327 or 7943969. OLE color: 7943969.

HSL color Cylindrical-coordinate representation of color #213779: hue angle of 225º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213779 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3355121-
CMYK0.730.5500.53
HSL225º57.14%30.2%-
HSV(B)225º72.73%47.45%-
XYZ5.444.4418.66-
YUV55.95164.71111.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=15.79%
G=26.32%
B=57.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33551210.730.5500.5322557.1430.2
Hex2137794937035e1391e
Octal4167171111670653417136
Binary1000011101111111001100100111011101101011110000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213779; }

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

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

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

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

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

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

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

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