#3C478A

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

Shades of Tory Blue #3C478A

Tints of Tory Blue #3C478A

Color information

#3C478A (or 0x3C478A) is unknown color: approx Tory Blue. HEX triplet: 3C, 47 and 8A. RGB value is (60,71,138). Sum of RGB (Red+Green+Blue) = 60+71+138=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C478A is #C3B875. Grayscale: #4B4B4B. Windows color (decimal): -12826742 or 9062204. OLE color: 9062204.

HSL color Cylindrical-coordinate representation of color #3C478A: hue angle of 231.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C478A is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6071138-
CMYK0.570.4900.46
HSL231.54º39.39%38.82%-
HSV(B)231.54º56.52%54.12%-
XYZ8.77.325-
YUV75.35163.36117.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.30%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=22.30%
G=26.39%
B=51.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60711380.570.4900.46231.5439.3938.82
Hex3C478A393102Ee82727
Octal7410721271610563504747
Binary111100100011110001010111001110001010111011101000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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