Html Css Color HEX #213271 Resolution Blue

📋 copy color: '#213271'

red 33 ◦ green 50 ◦ blue 113

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

Shades of Resolution Blue #213271

Tints of Resolution Blue #213271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 16.84%
G = 25.51%
B = 57.65%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#213271 (or 0x213271) is known color: Resolution Blue. HEX triplet: 21, 32 and 71. RGB value is (33,50,113). Sum of RGB (Red+Green+Blue) = 33+50+113=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #213271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213271 is #DECD8E. Grayscale: #333333. Windows color (decimal): -14601615 or 7418401. OLE color: 7418401.

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

Color convert

RGB 33 50 113 -
CMYK 0.71 0.56 0 0.56
HSL 227.25º 0.55% 0.29% -
HSV(B) 227.25º 0.71% 0.44% -
XYZ 4.75 3.8 16.11 -
YUV 52.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 33 50 113 0.71 0.56 0 0.56 227.25 0.55 0.29
Hex 21 32 71 47 38 0 38 E3 37 1D
Octal 41 62 161 107 70 0 70 343 67 35
Binary 100001 110010 1110001 1000111 111000 0 111000 11100011 110111 11101

Color Harmonies of #213271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213271

Black with #213271

Text Example


Text Example

White with #213271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213271; }

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

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

background-color css

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

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

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

border-color css

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

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

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