#39499B

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

Shades of Tory Blue #39499B

Tints of Tory Blue #39499B

Color information

#39499B (or 0x39499B) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 9B. RGB value is (57,73,155). Sum of RGB (Red+Green+Blue) = 57+73+155=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #39499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39499B is #C6B664. Grayscale: #4D4D4D. Windows color (decimal): -13022821 or 10176825. OLE color: 10176825.

HSL color Cylindrical-coordinate representation of color #39499B: hue angle of 230.2º 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 #39499B is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5773155-
CMYK0.630.5300.39
HSL230.2º46.23%41.57%-
HSV(B)230.2º63.23%60.78%-
XYZ9.99832.03-
YUV77.56171.7113.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=20%
G=25.61%
B=54.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57731550.630.5300.39230.246.2341.57
Hex39499B3F35027e62e2a
Octal7111123377650473465652
Binary111001100100110011011111111110101010011111100110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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