#3C5688

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

Shades of Tory Blue #3C5688

Tints of Tory Blue #3C5688

Color information

#3C5688 (or 0x3C5688) is unknown color: approx Tory Blue. HEX triplet: 3C, 56 and 88. RGB value is (60,86,136). Sum of RGB (Red+Green+Blue) = 60+86+136=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C5688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5688 is #C3A977. Grayscale: #535353. Windows color (decimal): -12822904 or 8934972. OLE color: 8934972.

HSL color Cylindrical-coordinate representation of color #3C5688: hue angle of 219.47º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C5688 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6086136-
CMYK0.560.3700.47
HSL219.47º38.78%38.43%-
HSV(B)219.47º55.88%53.33%-
XYZ9.649.3924.6-
YUV83.93157.39110.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=21.28%
G=30.50%
B=48.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60861360.560.3700.47219.4738.7838.43
Hex3C5688382502Fdb2726
Octal7412621070450573334746
Binary111100101011010001000111000100101010111111011011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,86,136); }

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

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

 a { background-color: rgb(60,86,136); }

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

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

 span { border-color: rgb(60,86,136); }

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