#204594

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

Shades of Tory Blue #204594

Tints of Tory Blue #204594

Color information

#204594 (or 0x204594) is unknown color: approx Tory Blue. HEX triplet: 20, 45 and 94. RGB value is (32,69,148). Sum of RGB (Red+Green+Blue) = 32+69+148=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #204594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204594 is #DFBA6B. Grayscale: #424242. Windows color (decimal): -14662252 or 9717024. OLE color: 9717024.

HSL color Cylindrical-coordinate representation of color #204594: hue angle of 220.86º 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 #204594 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3269148-
CMYK0.780.5300.42
HSL220.86º64.44%35.29%-
HSV(B)220.86º78.38%58.04%-
XYZ8.076.728.89-
YUV66.94173.74103.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 148 (58.20% from 255) = 59.44%
R=12.85%
G=27.71%
B=59.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32691480.780.5300.42220.8664.4435.29
Hex2045944E3502Add4023
Octal401052241166505233510043
Binary10000010001011001010010011101101010101010110111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204594; }

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

 H1.HeaderClassName
 {
   color: #204594;
 }
 .AnyTagClassName
 {
   color: #204594;
 }
</style>
background-color css

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

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

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

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

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

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