#3C598B

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

Shades of Tory Blue #3C598B

Tints of Tory Blue #3C598B

Color information

#3C598B (or 0x3C598B) is unknown color: approx Tory Blue. HEX triplet: 3C, 59 and 8B. RGB value is (60,89,139). Sum of RGB (Red+Green+Blue) = 60+89+139=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C598B is #C3A674. Grayscale: #555555. Windows color (decimal): -12822133 or 9132348. OLE color: 9132348.

HSL color Cylindrical-coordinate representation of color #3C598B: hue angle of 217.97º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C598B is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6089139-
CMYK0.570.3600.45
HSL217.97º39.7%39.02%-
HSV(B)217.97º56.83%54.51%-
XYZ10.19.9725.82-
YUV86.03157.89109.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=20.83%
G=30.90%
B=48.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60891390.570.3600.45217.9739.739.02
Hex3C598B392402Dda2827
Octal7413121371440553325047
Binary111100101100110001011111001100100010110111011010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,89,139); }

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

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

 a { background-color: rgb(60,89,139); }

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

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

 span { border-color: rgb(60,89,139); }

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