Html Css Color HEX #213373 Resolution Blue

📋 copy color: '#213373'

red 33 ◦ green 51 ◦ blue 115

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

Shades of Resolution Blue #213373

Tints of Resolution Blue #213373

RGB

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

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

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

R = 16.58%
G = 25.63%
B = 57.79%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#213373 (or 0x213373) is known color: Resolution Blue. HEX triplet: 21, 33 and 73. RGB value is (33,51,115). Sum of RGB (Red+Green+Blue) = 33+51+115=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #213373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213373 is #DECC8C. Grayscale: #343434. Windows color (decimal): -14601357 or 7549729. OLE color: 7549729.

HSL color Cylindrical-coordinate representation of color #213373: hue angle of 226.83º 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 #213373 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 51 115 -
CMYK 0.71 0.56 0 0.55
HSL 226.83º 0.55% 0.29% -
HSV(B) 226.83º 0.71% 0.45% -
XYZ 4.91 3.93 16.72 -
YUV 52.91 163.04 113.8 -
System Red Green Blue C M Y K H S L
Decimal 33 51 115 0.71 0.56 0 0.55 226.83 0.55 0.29
Hex 21 33 73 47 38 0 37 E3 37 1D
Octal 41 63 163 107 70 0 67 343 67 35
Binary 100001 110011 1110011 1000111 111000 0 110111 11100011 110111 11101

Color Harmonies of #213373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213373

Black with #213373

Text Example


Text Example

White with #213373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213373; }

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

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

background-color css

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

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

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

border-color css

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

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

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