#3C4D85

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

Shades of Tory Blue #3C4D85

Tints of Tory Blue #3C4D85

Color information

#3C4D85 (or 0x3C4D85) is unknown color: approx Tory Blue. HEX triplet: 3C, 4D and 85. RGB value is (60,77,133). Sum of RGB (Red+Green+Blue) = 60+77+133=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C4D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4D85 is #C3B27A. Grayscale: #4E4E4E. Windows color (decimal): -12825211 or 8736060. OLE color: 8736060.

HSL color Cylindrical-coordinate representation of color #3C4D85: hue angle of 226.03º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C4D85 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6077133-
CMYK0.550.4200.48
HSL226.03º37.82%37.84%-
HSV(B)226.03º54.89%52.16%-
XYZ8.757.9623.27-
YUV78.3158.87114.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 77 (30.47% from 255) = 28.52%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=22.22%
G=28.52%
B=49.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60771330.550.4200.48226.0337.8237.84
Hex3C4D85372A030e22626
Octal7411520567520603424646
Binary111100100110110000101110111101010011000011100010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,77,133); }

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

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

 a { background-color: rgb(60,77,133); }

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

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

 span { border-color: rgb(60,77,133); }

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