#204595

Color #204595 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #204595

Tints of Tory Blue #204595

Color information

#204595 (or 0x204595) is unknown color: approx 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

RGB3269149-
CMYK0.790.5400.42
HSL221.03º64.64%35.49%-
HSV(B)221.03º78.52%58.43%-
XYZ8.156.7329.3-
YUV67.06174.24103-

RGB Variations

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

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 (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32691490.790.5400.42221.0364.6435.49
Hex2045954F3602Add4123
Octal401052251176605233510143
Binary10000010001011001010110011111101100101010110111011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>