#3C4790

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

Shades of Tory Blue #3C4790

Tints of Tory Blue #3C4790

Color information

#3C4790 (or 0x3C4790) is unknown color: approx Tory Blue. HEX triplet: 3C, 47 and 90. RGB value is (60,71,144). Sum of RGB (Red+Green+Blue) = 60+71+144=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C4790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4790 is #C3B86F. Grayscale: #4B4B4B. Windows color (decimal): -12826736 or 9455420. OLE color: 9455420.

HSL color Cylindrical-coordinate representation of color #3C4790: hue angle of 232.14º 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 #3C4790 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6071144-
CMYK0.580.5100.44
HSL232.14º41.18%40%-
HSV(B)232.14º58.33%56.47%-
XYZ9.157.4827.35-
YUV76.03166.36116.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.82%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=21.82%
G=25.82%
B=52.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60711440.580.5100.44232.1441.1840
Hex3C47903A3302Ce82928
Octal7410722072630543505150
Binary111100100011110010000111010110011010110011101000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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