#39458A

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

Shades of Tory Blue #39458A

Tints of Tory Blue #39458A

Color information

#39458A (or 0x39458A) is unknown color: approx Tory Blue. HEX triplet: 39, 45 and 8A. RGB value is (57,69,138). Sum of RGB (Red+Green+Blue) = 57+69+138=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #39458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39458A is #C6BA75. Grayscale: #484848. Windows color (decimal): -13023862 or 9061689. OLE color: 9061689.

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

Color convert

RGB5769138-
CMYK0.590.500.46
HSL231.11º41.54%38.24%-
HSV(B)231.11º58.7%54.12%-
XYZ8.46.9624.95-
YUV73.28164.52116.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=21.59%
G=26.14%
B=52.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57691380.590.500.46231.1141.5438.24
Hex39458A3B3202Ee72a26
Octal7110521273620563475246
Binary111001100010110001010111011110010010111011100111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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