#3C5185

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

Shades of Tory Blue #3C5185

Tints of Tory Blue #3C5185

Color information

#3C5185 (or 0x3C5185) is unknown color: approx Tory Blue. HEX triplet: 3C, 51 and 85. RGB value is (60,81,133). Sum of RGB (Red+Green+Blue) = 60+81+133=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C5185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5185 is #C3AE7A. Grayscale: #505050. Windows color (decimal): -12824187 or 8737084. OLE color: 8737084.

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

Color convert

RGB6081133-
CMYK0.550.3900.48
HSL222.74º37.82%37.84%-
HSV(B)222.74º54.89%52.16%-
XYZ9.048.5423.36-
YUV80.65157.54113.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=21.90%
G=29.56%
B=48.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60811330.550.3900.48222.7437.8237.84
Hex3C51853727030df2626
Octal7412120567470603374646
Binary111100101000110000101110111100111011000011011111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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