#39439B

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

Shades of Tory Blue #39439B

Tints of Tory Blue #39439B

Color information

#39439B (or 0x39439B) is unknown color: approx Tory Blue. HEX triplet: 39, 43 and 9B. RGB value is (57,67,155). Sum of RGB (Red+Green+Blue) = 57+67+155=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #39439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39439B is #C6BC64. Grayscale: #494949. Windows color (decimal): -13024357 or 10175289. OLE color: 10175289.

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

Color convert

RGB5767155-
CMYK0.630.5700.39
HSL233.88º46.23%41.57%-
HSV(B)233.88º63.23%60.78%-
XYZ9.617.2531.9-
YUV74.04173.69115.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=20.43%
G=24.01%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57671550.630.5700.39233.8846.2341.57
Hex39439B3F39027ea2e2a
Octal7110323377710473525652
Binary111001100001110011011111111111001010011111101010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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