#3C4590

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

Shades of Tory Blue #3C4590

Tints of Tory Blue #3C4590

Color information

#3C4590 (or 0x3C4590) is unknown color: approx Tory Blue. HEX triplet: 3C, 45 and 90. RGB value is (60,69,144). Sum of RGB (Red+Green+Blue) = 60+69+144=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C4590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4590 is #C3BA6F. Grayscale: #4A4A4A. Windows color (decimal): -12827248 or 9454908. OLE color: 9454908.

HSL color Cylindrical-coordinate representation of color #3C4590: hue angle of 233.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C4590 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6069144-
CMYK0.580.5200.44
HSL233.57º41.18%40%-
HSV(B)233.57º58.33%56.47%-
XYZ9.037.2327.31-
YUV74.86167.02117.4-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=21.98%
G=25.27%
B=52.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60691440.580.5200.44233.5741.1840
Hex3C45903A3402Cea2928
Octal7410522072640543525150
Binary111100100010110010000111010110100010110011101010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4590; }

 p { color: rgb(60,69,144); }

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

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

 a { background-color: rgb(60,69,144); }

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

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

 span { border-color: rgb(60,69,144); }

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