Html Css Color HEX #204493 Tory Blue

📋 copy color: '#204493'

red 32 ◦ green 68 ◦ blue 147

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

Shades of Tory Blue #204493

Tints of Tory Blue #204493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

 BLUE value IS 147 (57.81% from 255) = 59.51%

R = 12.96%
G = 27.53%
B = 59.51%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#204493 (or 0x204493) is known color: Tory Blue. HEX triplet: 20, 44 and 93. RGB value is (32,68,147). Sum of RGB (Red+Green+Blue) = 32+68+147=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #204493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204493 is #DFBB6C. Grayscale: #414141. Windows color (decimal): -14662509 or 9651232. OLE color: 9651232.

HSL color Cylindrical-coordinate representation of color #204493: hue angle of 221.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204493 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 68 147 -
CMYK 0.78 0.54 0 0.42
HSL 221.22º 0.64% 0.35% -
HSV(B) 221.22º 0.78% 0.58% -
XYZ 7.93 6.55 28.45 -
YUV 66.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 32 68 147 0.78 0.54 0 0.42 221.22 0.64 0.35
Hex 20 44 93 4E 36 0 2A DD 40 23
Octal 40 104 223 116 66 0 52 335 100 43
Binary 100000 1000100 10010011 1001110 110110 0 101010 11011101 1000000 100011

Color Harmonies of #204493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204493

Black with #204493

Text Example


Text Example

White with #204493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204493; }

 p { color: rgb(32,68,147); }

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

background-color css

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

 a { background-color: rgb(32,68,147); }

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

border-color css

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

 span { border-color: rgb(32,68,147); }

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