#39458C

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

Shades of Tory Blue #39458C

Tints of Tory Blue #39458C

Color information

#39458C (or 0x39458C) is unknown color: approx Tory Blue. HEX triplet: 39, 45 and 8C. RGB value is (57,69,140). Sum of RGB (Red+Green+Blue) = 57+69+140=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #39458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39458C is #C6BA73. Grayscale: #494949. Windows color (decimal): -13023860 or 9192761. OLE color: 9192761.

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

Color convert

RGB5769140-
CMYK0.590.5100.45
HSL231.33º42.13%38.63%-
HSV(B)231.33º59.29%54.9%-
XYZ8.557.0225.72-
YUV73.51165.52116.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 140 (55.08% from 255) = 52.63%
R=21.43%
G=25.94%
B=52.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57691400.590.5100.45231.3342.1338.63
Hex39458C3B3302De72a27
Octal7110521473630553475247
Binary111001100010110001100111011110011010110111100111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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