#213079

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

Shades of Resolution Blue #213079

Tints of Resolution Blue #213079

Color information

#213079 (or 0x213079) is unknown color: approx Resolution Blue. HEX triplet: 21, 30 and 79. RGB value is (33,48,121). Sum of RGB (Red+Green+Blue) = 33+48+121=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #213079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213079 is #DECF86. Grayscale: #333333. Windows color (decimal): -14602119 or 7942177. OLE color: 7942177.

HSL color Cylindrical-coordinate representation of color #213079: hue angle of 229.77º 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 #213079 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3348121-
CMYK0.730.6000.53
HSL229.77º57.14%30.2%-
HSV(B)229.77º72.73%47.45%-
XYZ5.143.8218.56-
YUV51.84167.03114.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=16.34%
G=23.76%
B=59.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33481210.730.6000.53229.7757.1430.2
Hex213079493C035e6391e
Octal4160171111740653467136
Binary1000011100001111001100100111110001101011110011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213079; }

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

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

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

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

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

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

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

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