#39449A

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

Shades of Tory Blue #39449A

Tints of Tory Blue #39449A

Color information

#39449A (or 0x39449A) is unknown color: approx Tory Blue. HEX triplet: 39, 44 and 9A. RGB value is (57,68,154). Sum of RGB (Red+Green+Blue) = 57+68+154=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #39449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39449A is #C6BB65. Grayscale: #4A4A4A. Windows color (decimal): -13024102 or 10110009. OLE color: 10110009.

HSL color Cylindrical-coordinate representation of color #39449A: hue angle of 233.2º 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 #39449A is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5768154-
CMYK0.630.5600.40
HSL233.2º45.97%41.37%-
HSV(B)233.2º62.99%60.39%-
XYZ9.597.3431.48-
YUV74.52172.86115.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=20.43%
G=24.37%
B=55.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57681540.630.5600.40233.245.9741.37
Hex39449A3F38028e92e29
Octal7110423277700503515651
Binary111001100010010011010111111111000010100011101001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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