Html Css Color HEX #213779 Resolution Blue

📋 copy color: '#213779'

red 33 ◦ green 55 ◦ blue 121

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

Shades of Resolution Blue #213779

Tints of Resolution Blue #213779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 57.89%

R = 15.79%
G = 26.32%
B = 57.89%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#213779 (or 0x213779) is known color: Resolution Blue. HEX triplet: 21, 37 and 79. RGB value is (33,55,121). Sum of RGB (Red+Green+Blue) = 33+55+121=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #213779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213779 is #DEC886. Grayscale: #373737. Windows color (decimal): -14600327 or 7943969. OLE color: 7943969.

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

Color convert

RGB 33 55 121 -
CMYK 0.73 0.55 0 0.53
HSL 225º 0.57% 0.3% -
HSV(B) 225º 0.73% 0.47% -
XYZ 5.44 4.44 18.66 -
YUV 55.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 33 55 121 0.73 0.55 0 0.53 225 0.57 0.3
Hex 21 37 79 49 37 0 35 E1 39 1E
Octal 41 67 171 111 67 0 65 341 71 36
Binary 100001 110111 1111001 1001001 110111 0 110101 11100001 111001 11110

Color Harmonies of #213779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213779

Black with #213779

Text Example


Text Example

White with #213779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213779; }

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

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

background-color css

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

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

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

border-color css

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

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

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