#39489B

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

Shades of Tory Blue #39489B

Tints of Tory Blue #39489B

Color information

#39489B (or 0x39489B) is unknown color: approx Tory Blue. HEX triplet: 39, 48 and 9B. RGB value is (57,72,155). Sum of RGB (Red+Green+Blue) = 57+72+155=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #39489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39489B is #C6B764. Grayscale: #4C4C4C. Windows color (decimal): -13023077 or 10176569. OLE color: 10176569.

HSL color Cylindrical-coordinate representation of color #39489B: hue angle of 230.82º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39489B is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5772155-
CMYK0.630.5400.39
HSL230.82º46.23%41.57%-
HSV(B)230.82º63.23%60.78%-
XYZ9.927.8732.01-
YUV76.98172.03113.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=20.07%
G=25.35%
B=54.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57721550.630.5400.39230.8246.2341.57
Hex39489B3F36027e72e2a
Octal7111023377660473475652
Binary111001100100010011011111111110110010011111100111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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