#3C5385

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

Shades of Tory Blue #3C5385

Tints of Tory Blue #3C5385

Color information

#3C5385 (or 0x3C5385) is unknown color: approx Tory Blue. HEX triplet: 3C, 53 and 85. RGB value is (60,83,133). Sum of RGB (Red+Green+Blue) = 60+83+133=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C5385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5385 is #C3AC7A. Grayscale: #515151. Windows color (decimal): -12823675 or 8737596. OLE color: 8737596.

HSL color Cylindrical-coordinate representation of color #3C5385: hue angle of 221.1º 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 #3C5385 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6083133-
CMYK0.550.3800.48
HSL221.1º37.82%37.84%-
HSV(B)221.1º54.89%52.16%-
XYZ9.198.8423.41-
YUV81.82156.88112.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=21.74%
G=30.07%
B=48.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60831330.550.3800.48221.137.8237.84
Hex3C53853726030dd2626
Octal7412320567460603354646
Binary111100101001110000101110111100110011000011011101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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