#39489A

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

Shades of Tory Blue #39489A

Tints of Tory Blue #39489A

Color information

#39489A (or 0x39489A) is unknown color: approx Tory Blue. HEX triplet: 39, 48 and 9A. RGB value is (57,72,154). Sum of RGB (Red+Green+Blue) = 57+72+154=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #39489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39489A is #C6B765. Grayscale: #4C4C4C. Windows color (decimal): -13023078 or 10111033. OLE color: 10111033.

HSL color Cylindrical-coordinate representation of color #39489A: hue angle of 230.72º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39489A is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5772154-
CMYK0.630.5300.40
HSL230.72º45.97%41.37%-
HSV(B)230.72º62.99%60.39%-
XYZ9.847.8431.57-
YUV76.86171.53113.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=20.14%
G=25.44%
B=54.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57721540.630.5300.40230.7245.9741.37
Hex39489A3F35028e72e29
Octal7111023277650503475651
Binary111001100100010011010111111110101010100011100111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,72,154); }

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

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

 a { background-color: rgb(57,72,154); }

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

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

 span { border-color: rgb(57,72,154); }

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