#39468A

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

Shades of Tory Blue #39468A

Tints of Tory Blue #39468A

Color information

#39468A (or 0x39468A) is unknown color: approx Tory Blue. HEX triplet: 39, 46 and 8A. RGB value is (57,70,138). Sum of RGB (Red+Green+Blue) = 57+70+138=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #39468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39468A is #C6B975. Grayscale: #494949. Windows color (decimal): -13023606 or 9061945. OLE color: 9061945.

HSL color Cylindrical-coordinate representation of color #39468A: hue angle of 230.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39468A is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5770138-
CMYK0.590.4900.46
HSL230.37º41.54%38.24%-
HSV(B)230.37º58.7%54.12%-
XYZ8.467.0924.97-
YUV73.86164.19115.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=21.51%
G=26.42%
B=52.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57701380.590.4900.46230.3741.5438.24
Hex39468A3B3102Ee62a26
Octal7110621273610563465246
Binary111001100011010001010111011110001010111011100110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,70,138); }

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

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

 a { background-color: rgb(57,70,138); }

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

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

 span { border-color: rgb(57,70,138); }

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