Html Css Color HEX #20317E Resolution Blue

📋 copy color: '#20317E'

red 32 ◦ green 49 ◦ blue 126

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

Shades of Resolution Blue #20317E

Tints of Resolution Blue #20317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 126 (49.61% from 255) = 60.87%

R = 15.46%
G = 23.67%
B = 60.87%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20317E (or 0x20317E) is known color: Resolution Blue. HEX triplet: 20, 31 and 7E. RGB value is (32,49,126). Sum of RGB (Red+Green+Blue) = 32+49+126=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #20317E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20317E is #DFCE81. Grayscale: #343434. Windows color (decimal): -14667394 or 8270112. OLE color: 8270112.

HSL color Cylindrical-coordinate representation of color #20317E: hue angle of 229.15º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20317E is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 49 126 -
CMYK 0.75 0.61 0 0.51
HSL 229.15º 0.59% 0.31% -
HSV(B) 229.15º 0.75% 0.49% -
XYZ 5.46 4.01 20.22 -
YUV 52.7 169.37 113.24 -
System Red Green Blue C M Y K H S L
Decimal 32 49 126 0.75 0.61 0 0.51 229.15 0.59 0.31
Hex 20 31 7E 4B 3D 0 33 E5 3B 1F
Octal 40 61 176 113 75 0 63 345 73 37
Binary 100000 110001 1111110 1001011 111101 0 110011 11100101 111011 11111

Color Harmonies of #20317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20317E

Black with #20317E

Text Example


Text Example

White with #20317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20317E; }

 p { color: rgb(32,49,126); }

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

background-color css

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

 a { background-color: rgb(32,49,126); }

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

border-color css

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

 span { border-color: rgb(32,49,126); }

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