#3C598A

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

Shades of Tory Blue #3C598A

Tints of Tory Blue #3C598A

Color information

#3C598A (or 0x3C598A) is unknown color: approx Tory Blue. HEX triplet: 3C, 59 and 8A. RGB value is (60,89,138). Sum of RGB (Red+Green+Blue) = 60+89+138=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C598A is #C3A675. Grayscale: #555555. Windows color (decimal): -12822134 or 9066812. OLE color: 9066812.

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

Color convert

RGB6089138-
CMYK0.570.3600.46
HSL217.69º39.39%38.82%-
HSV(B)217.69º56.52%54.12%-
XYZ10.029.9425.44-
YUV85.92157.39109.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=20.91%
G=31.01%
B=48.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60891380.570.3600.46217.6939.3938.82
Hex3C598A392402Eda2727
Octal7413121271440563324747
Binary111100101100110001010111001100100010111011011010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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