Html Css Color HEX #213771 Resolution Blue

📋 copy color: '#213771'

red 33 ◦ green 55 ◦ blue 113

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

Shades of Resolution Blue #213771

Tints of Resolution Blue #213771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 16.42%
G = 27.36%
B = 56.22%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#213771 (or 0x213771) is known color: Resolution Blue. HEX triplet: 21, 37 and 71. RGB value is (33,55,113). Sum of RGB (Red+Green+Blue) = 33+55+113=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #213771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213771 is #DEC88E. Grayscale: #363636. Windows color (decimal): -14600335 or 7419681. OLE color: 7419681.

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

Color convert

RGB 33 55 113 -
CMYK 0.71 0.51 0 0.56
HSL 223.5º 0.55% 0.29% -
HSV(B) 223.5º 0.71% 0.44% -
XYZ 4.97 4.25 16.18 -
YUV 55.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 33 55 113 0.71 0.51 0 0.56 223.5 0.55 0.29
Hex 21 37 71 47 33 0 38 E0 37 1D
Octal 41 67 161 107 63 0 70 340 67 35
Binary 100001 110111 1110001 1000111 110011 0 111000 11100000 110111 11101

Color Harmonies of #213771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213771

Black with #213771

Text Example


Text Example

White with #213771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213771; }

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

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

background-color css

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

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

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

border-color css

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

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

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