Html Css Color HEX #203477 Resolution Blue

📋 copy color: '#203477'

red 32 ◦ green 52 ◦ blue 119

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

Shades of Resolution Blue #203477

Tints of Resolution Blue #203477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 15.76%
G = 25.62%
B = 58.62%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#203477 (or 0x203477) is known color: Resolution Blue. HEX triplet: 20, 34 and 77. RGB value is (32,52,119). Sum of RGB (Red+Green+Blue) = 32+52+119=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #203477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203477 is #DFCB88. Grayscale: #353535. Windows color (decimal): -14666633 or 7812128. OLE color: 7812128.

HSL color Cylindrical-coordinate representation of color #203477: hue angle of 226.21º degrees, saturation: 0.58, 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 #203477 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 52 119 -
CMYK 0.73 0.56 0 0.53
HSL 226.21º 0.58% 0.3% -
HSV(B) 226.21º 0.73% 0.47% -
XYZ 5.15 4.09 17.97 -
YUV 53.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 32 52 119 0.73 0.56 0 0.53 226.21 0.58 0.3
Hex 20 34 77 49 38 0 35 E2 3A 1E
Octal 40 64 167 111 70 0 65 342 72 36
Binary 100000 110100 1110111 1001001 111000 0 110101 11100010 111010 11110

Color Harmonies of #203477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203477

Black with #203477

Text Example


Text Example

White with #203477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203477; }

 p { color: rgb(32,52,119); }

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

background-color css

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

 a { background-color: rgb(32,52,119); }

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

border-color css

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

 span { border-color: rgb(32,52,119); }

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