#3C598D

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

Shades of Tory Blue #3C598D

Tints of Tory Blue #3C598D

Color information

#3C598D (or 0x3C598D) is unknown color: approx Tory Blue. HEX triplet: 3C, 59 and 8D. RGB value is (60,89,141). Sum of RGB (Red+Green+Blue) = 60+89+141=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C598D is #C3A672. Grayscale: #565656. Windows color (decimal): -12822131 or 9263420. OLE color: 9263420.

HSL color Cylindrical-coordinate representation of color #3C598D: hue angle of 218.52º 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 #3C598D is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6089141-
CMYK0.570.3700.45
HSL218.52º40.3%39.41%-
HSV(B)218.52º57.45%55.29%-
XYZ10.2410.0326.6-
YUV86.26158.89109.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.69%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=20.69%
G=30.69%
B=48.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60891410.570.3700.45218.5240.339.41
Hex3C598D392502Ddb2827
Octal7413121571450553335047
Binary111100101100110001101111001100101010110111011011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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