#39458B

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

Shades of Tory Blue #39458B

Tints of Tory Blue #39458B

Color information

#39458B (or 0x39458B) is unknown color: approx Tory Blue. HEX triplet: 39, 45 and 8B. RGB value is (57,69,139). Sum of RGB (Red+Green+Blue) = 57+69+139=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #39458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39458B is #C6BA74. Grayscale: #494949. Windows color (decimal): -13023861 or 9127225. OLE color: 9127225.

HSL color Cylindrical-coordinate representation of color #39458B: hue angle of 231.22º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39458B is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5769139-
CMYK0.590.5000.45
HSL231.22º41.84%38.43%-
HSV(B)231.22º58.99%54.51%-
XYZ8.486.9925.33-
YUV73.39165.02116.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=21.51%
G=26.04%
B=52.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57691390.590.5000.45231.2241.8438.43
Hex39458B3B3202De72a26
Octal7110521373620553475246
Binary111001100010110001011111011110010010110111100111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,69,139); }

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

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

 a { background-color: rgb(57,69,139); }

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

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

 span { border-color: rgb(57,69,139); }

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