#39568A

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

Shades of Tory Blue #39568A

Tints of Tory Blue #39568A

Color information

#39568A (or 0x39568A) is unknown color: approx Tory Blue. HEX triplet: 39, 56 and 8A. RGB value is (57,86,138). Sum of RGB (Red+Green+Blue) = 57+86+138=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #39568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39568A is #C6A975. Grayscale: #535353. Windows color (decimal): -13019510 or 9066041. OLE color: 9066041.

HSL color Cylindrical-coordinate representation of color #39568A: hue angle of 218.52º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39568A is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5786138-
CMYK0.590.3800.46
HSL218.52º41.54%38.24%-
HSV(B)218.52º58.7%54.12%-
XYZ9.69.3625.35-
YUV83.26158.89109.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=20.28%
G=30.60%
B=49.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57861380.590.3800.46218.5241.5438.24
Hex39568A3B2602Edb2a26
Octal7112621273460563335246
Binary111001101011010001010111011100110010111011011011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39568A; }

 p { color: rgb(57,86,138); }

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

<style>
 a { background-color: #39568A; }

 a { background-color: rgb(57,86,138); }

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

<style>
 span { border-color: #39568A; }

 span { border-color: rgb(57,86,138); }

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