Html Css Color HEX #204595 Tory Blue

📋 copy color: '#204595'

red 32 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #204595

Tints of Tory Blue #204595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 12.8%
G = 27.6%
B = 59.6%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#204595 (or 0x204595) is known color: Tory Blue. HEX triplet: 20, 45 and 95. RGB value is (32,69,149). Sum of RGB (Red+Green+Blue) = 32+69+149=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #204595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204595 is #DFBA6A. Grayscale: #424242. Windows color (decimal): -14662251 or 9782560. OLE color: 9782560.

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

Color convert

RGB 32 69 149 -
CMYK 0.79 0.54 0 0.42
HSL 221.03º 0.65% 0.35% -
HSV(B) 221.03º 0.79% 0.58% -
XYZ 8.15 6.73 29.3 -
YUV 67.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 32 69 149 0.79 0.54 0 0.42 221.03 0.65 0.35
Hex 20 45 95 4F 36 0 2A DD 41 23
Octal 40 105 225 117 66 0 52 335 101 43
Binary 100000 1000101 10010101 1001111 110110 0 101010 11011101 1000001 100011

Color Harmonies of #204595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204595

Black with #204595

Text Example


Text Example

White with #204595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204595; }

 p { color: rgb(32,69,149); }

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

background-color css

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

 a { background-color: rgb(32,69,149); }

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

border-color css

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

 span { border-color: rgb(32,69,149); }

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