Html Css Color HEX #203379 Resolution Blue

📋 copy color: '#203379'

red 32 ◦ green 51 ◦ blue 121

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

Shades of Resolution Blue #203379

Tints of Resolution Blue #203379

RGB

 RED value IS 32 (12.89% from 255) = 15.69%

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

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

R = 15.69%
G = 25%
B = 59.31%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#203379 (or 0x203379) is known color: Resolution Blue. HEX triplet: 20, 33 and 79. RGB value is (32,51,121). Sum of RGB (Red+Green+Blue) = 32+51+121=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #203379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203379 is #DFCC86. Grayscale: #353535. Windows color (decimal): -14666887 or 7942944. OLE color: 7942944.

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

Color convert

RGB 32 51 121 -
CMYK 0.74 0.58 0 0.53
HSL 227.19º 0.58% 0.3% -
HSV(B) 227.19º 0.74% 0.47% -
XYZ 5.23 4.06 18.6 -
YUV 53.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 32 51 121 0.74 0.58 0 0.53 227.19 0.58 0.3
Hex 20 33 79 4A 3A 0 35 E3 3A 1E
Octal 40 63 171 112 72 0 65 343 72 36
Binary 100000 110011 1111001 1001010 111010 0 110101 11100011 111010 11110

Color Harmonies of #203379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203379

Black with #203379

Text Example


Text Example

White with #203379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203379; }

 p { color: rgb(32,51,121); }

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

background-color css

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

 a { background-color: rgb(32,51,121); }

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

border-color css

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

 span { border-color: rgb(32,51,121); }

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