#204495

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

Shades of Tory Blue #204495

Tints of Tory Blue #204495

Color information

#204495 (or 0x204495) is unknown color: approx Tory Blue. HEX triplet: 20, 44 and 95. RGB value is (32,68,149). Sum of RGB (Red+Green+Blue) = 32+68+149=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #204495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204495 is #DFBB6A. Grayscale: #424242. Windows color (decimal): -14662507 or 9782304. OLE color: 9782304.

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

Color convert

RGB3268149-
CMYK0.790.5400.42
HSL221.54º64.64%35.49%-
HSV(B)221.54º78.52%58.43%-
XYZ8.096.6129.28-
YUV66.47174.57103.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 149 (58.59% from 255) = 59.84%
R=12.85%
G=27.31%
B=59.84%

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
Decimal32681490.790.5400.42221.5464.6435.49
Hex2044954F3602Ade4123
Octal401042251176605233610143
Binary10000010001001001010110011111101100101010110111101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204495; }

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

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

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

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

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

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

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

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