#3C5189

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

Shades of Tory Blue #3C5189

Tints of Tory Blue #3C5189

Color information

#3C5189 (or 0x3C5189) is unknown color: approx Tory Blue. HEX triplet: 3C, 51 and 89. RGB value is (60,81,137). Sum of RGB (Red+Green+Blue) = 60+81+137=278 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.58% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C5189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5189 is #C3AE76. Grayscale: #505050. Windows color (decimal): -12824183 or 8999228. OLE color: 8999228.

HSL color Cylindrical-coordinate representation of color #3C5189: hue angle of 223.64º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C5189 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6081137-
CMYK0.560.4100.46
HSL223.64º39.09%38.63%-
HSV(B)223.64º56.2%53.73%-
XYZ9.328.6524.85-
YUV81.1159.54112.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.58%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 137 (53.91% from 255) = 49.28%
R=21.58%
G=29.14%
B=49.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60811370.560.4100.46223.6439.0938.63
Hex3C5189382902Ee02727
Octal7412121170510563404747
Binary111100101000110001001111000101001010111011100000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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