Html Css Color HEX #20408D Tory Blue

📋 copy color: '#20408D'

red 32 ◦ green 64 ◦ blue 141

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

Shades of Tory Blue #20408D

Tints of Tory Blue #20408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 13.5%
G = 27%
B = 59.49%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20408D (or 0x20408D) is known color: Tory Blue. HEX triplet: 20, 40 and 8D. RGB value is (32,64,141). Sum of RGB (Red+Green+Blue) = 32+64+141=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #20408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20408D is #DFBF72. Grayscale: #3E3E3E. Windows color (decimal): -14663539 or 9256992. OLE color: 9256992.

HSL color Cylindrical-coordinate representation of color #20408D: hue angle of 222.39º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20408D is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 64 141 -
CMYK 0.77 0.55 0 0.45
HSL 222.39º 0.63% 0.34% -
HSV(B) 222.39º 0.77% 0.55% -
XYZ 7.24 5.9 25.96 -
YUV 63.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 32 64 141 0.77 0.55 0 0.45 222.39 0.63 0.34
Hex 20 40 8D 4D 37 0 2D DE 3F 22
Octal 40 100 215 115 67 0 55 336 77 42
Binary 100000 1000000 10001101 1001101 110111 0 101101 11011110 111111 100010

Color Harmonies of #20408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20408D

Black with #20408D

Text Example


Text Example

White with #20408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20408D; }

 p { color: rgb(32,64,141); }

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

background-color css

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

 a { background-color: rgb(32,64,141); }

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

border-color css

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

 span { border-color: rgb(32,64,141); }

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