Html Css Color HEX #213473 Resolution Blue

📋 copy color: '#213473'

red 33 ◦ green 52 ◦ blue 115

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

Shades of Resolution Blue #213473

Tints of Resolution Blue #213473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 16.5%
G = 26%
B = 57.5%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#213473 (or 0x213473) is known color: Resolution Blue. HEX triplet: 21, 34 and 73. RGB value is (33,52,115). Sum of RGB (Red+Green+Blue) = 33+52+115=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #213473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213473 is #DECB8C. Grayscale: #353535. Windows color (decimal): -14601101 or 7549985. OLE color: 7549985.

HSL color Cylindrical-coordinate representation of color #213473: hue angle of 226.1º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213473 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 52 115 -
CMYK 0.71 0.55 0 0.55
HSL 226.1º 0.55% 0.29% -
HSV(B) 226.1º 0.71% 0.45% -
XYZ 4.95 4.02 16.73 -
YUV 53.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 33 52 115 0.71 0.55 0 0.55 226.1 0.55 0.29
Hex 21 34 73 47 37 0 37 E2 37 1D
Octal 41 64 163 107 67 0 67 342 67 35
Binary 100001 110100 1110011 1000111 110111 0 110111 11100010 110111 11101

Color Harmonies of #213473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213473

Black with #213473

Text Example


Text Example

White with #213473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213473; }

 p { color: rgb(33,52,115); }

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

background-color css

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

 a { background-color: rgb(33,52,115); }

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

border-color css

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

 span { border-color: rgb(33,52,115); }

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