#3C4A8B

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

Shades of Tory Blue #3C4A8B

Tints of Tory Blue #3C4A8B

Color information

#3C4A8B (or 0x3C4A8B) is unknown color: approx Tory Blue. HEX triplet: 3C, 4A and 8B. RGB value is (60,74,139). Sum of RGB (Red+Green+Blue) = 60+74+139=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C4A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4A8B is #C3B574. Grayscale: #4C4C4C. Windows color (decimal): -12825973 or 9128508. OLE color: 9128508.

HSL color Cylindrical-coordinate representation of color #3C4A8B: hue angle of 229.37º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C4A8B is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6074139-
CMYK0.570.4700.45
HSL229.37º39.7%39.02%-
HSV(B)229.37º56.83%54.51%-
XYZ8.977.7225.44-
YUV77.22162.86115.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=21.98%
G=27.11%
B=50.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60741390.570.4700.45229.3739.739.02
Hex3C4A8B392F02De52827
Octal7411221371570553455047
Binary111100100101010001011111001101111010110111100101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,74,139); }

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

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

 a { background-color: rgb(60,74,139); }

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

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

 span { border-color: rgb(60,74,139); }

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