Html Css Color HEX #213379 Resolution Blue

📋 copy color: '#213379'

red 33 ◦ green 51 ◦ blue 121

#213379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #213379

Tints of Resolution Blue #213379

RGB

 RED value IS 33 (13.28% from 255) = 16.1%

 GREEN value IS 51 (20.31% from 255) = 24.88%

 BLUE value IS 121 (47.66% from 255) = 59.02%

R = 16.1%
G = 24.88%
B = 59.02%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#213379 (or 0x213379) is known color: Resolution Blue. HEX triplet: 21, 33 and 79. RGB value is (33,51,121). Sum of RGB (Red+Green+Blue) = 33+51+121=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #213379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213379 is #DECC86. Grayscale: #353535. Windows color (decimal): -14601351 or 7942945. OLE color: 7942945.

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

Color convert

RGB 33 51 121 -
CMYK 0.73 0.58 0 0.53
HSL 227.73º 0.57% 0.3% -
HSV(B) 227.73º 0.73% 0.47% -
XYZ 5.26 4.07 18.6 -
YUV 53.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 33 51 121 0.73 0.58 0 0.53 227.73 0.57 0.3
Hex 21 33 79 49 3A 0 35 E4 39 1E
Octal 41 63 171 111 72 0 65 344 71 36
Binary 100001 110011 1111001 1001001 111010 0 110101 11100100 111001 11110

Color Harmonies of #213379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213379

Black with #213379

Text Example


Text Example

White with #213379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213379; }

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

 H1.HeaderClassName
 {
   color: #213379;
 }
 .AnyTagClassName
 {
   color: #213379;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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