Html Css Color HEX #204091 Tory Blue

📋 copy color: '#204091'

red 32 ◦ green 64 ◦ blue 145

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

Shades of Tory Blue #204091

Tints of Tory Blue #204091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.17%

R = 13.28%
G = 26.56%
B = 60.17%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#204091 (or 0x204091) is known color: Tory Blue. HEX triplet: 20, 40 and 91. RGB value is (32,64,145). Sum of RGB (Red+Green+Blue) = 32+64+145=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #204091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204091 is #DFBF6E. Grayscale: #3F3F3F. Windows color (decimal): -14663535 or 9519136. OLE color: 9519136.

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

Color convert

RGB 32 64 145 -
CMYK 0.78 0.56 0 0.43
HSL 223.01º 0.64% 0.35% -
HSV(B) 223.01º 0.78% 0.57% -
XYZ 7.54 6.02 27.55 -
YUV 63.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 32 64 145 0.78 0.56 0 0.43 223.01 0.64 0.35
Hex 20 40 91 4E 38 0 2B DF 40 23
Octal 40 100 221 116 70 0 53 337 100 43
Binary 100000 1000000 10010001 1001110 111000 0 101011 11011111 1000000 100011

Color Harmonies of #204091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204091

Black with #204091

Text Example


Text Example

White with #204091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204091; }

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

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

background-color css

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

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

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

border-color css

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

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

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