#39548A

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

Shades of Tory Blue #39548A

Tints of Tory Blue #39548A

Color information

#39548A (or 0x39548A) is unknown color: approx Tory Blue. HEX triplet: 39, 54 and 8A. RGB value is (57,84,138). Sum of RGB (Red+Green+Blue) = 57+84+138=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #39548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39548A is #C6AB75. Grayscale: #515151. Windows color (decimal): -13020022 or 9065529. OLE color: 9065529.

HSL color Cylindrical-coordinate representation of color #39548A: hue angle of 220º 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 #39548A is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5784138-
CMYK0.590.3900.46
HSL220º41.54%38.24%-
HSV(B)220º58.7%54.12%-
XYZ9.459.0525.29-
YUV82.08159.55110.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=20.43%
G=30.11%
B=49.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57841380.590.3900.4622041.5438.24
Hex39548A3B2702Edc2a26
Octal7112421273470563345246
Binary111001101010010001010111011100111010111011011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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