Html Css Color HEX #213977 Resolution Blue

📋 copy color: '#213977'

red 33 ◦ green 57 ◦ blue 119

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

Shades of Resolution Blue #213977

Tints of Resolution Blue #213977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 119 (46.88% from 255) = 56.94%

R = 15.79%
G = 27.27%
B = 56.94%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#213977 (or 0x213977) is known color: Resolution Blue. HEX triplet: 21, 39 and 77. RGB value is (33,57,119). Sum of RGB (Red+Green+Blue) = 33+57+119=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #213977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213977 is #DEC688. Grayscale: #383838. Windows color (decimal): -14599817 or 7813409. OLE color: 7813409.

HSL color Cylindrical-coordinate representation of color #213977: hue angle of 223.26º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213977 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 57 119 -
CMYK 0.72 0.52 0 0.53
HSL 223.26º 0.57% 0.3% -
HSV(B) 223.26º 0.72% 0.47% -
XYZ 5.42 4.58 18.05 -
YUV 56.89 163.05 110.96 -
System Red Green Blue C M Y K H S L
Decimal 33 57 119 0.72 0.52 0 0.53 223.26 0.57 0.3
Hex 21 39 77 48 34 0 35 DF 39 1E
Octal 41 71 167 110 64 0 65 337 71 36
Binary 100001 111001 1110111 1001000 110100 0 110101 11011111 111001 11110

Color Harmonies of #213977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213977

Black with #213977

Text Example


Text Example

White with #213977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213977; }

 p { color: rgb(33,57,119); }

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

background-color css

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

 a { background-color: rgb(33,57,119); }

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

border-color css

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

 span { border-color: rgb(33,57,119); }

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