#39448B

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

Shades of Tory Blue #39448B

Tints of Tory Blue #39448B

Color information

#39448B (or 0x39448B) is unknown color: approx Tory Blue. HEX triplet: 39, 44 and 8B. RGB value is (57,68,139). Sum of RGB (Red+Green+Blue) = 57+68+139=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #39448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39448B is #C6BB74. Grayscale: #484848. Windows color (decimal): -13024117 or 9126969. OLE color: 9126969.

HSL color Cylindrical-coordinate representation of color #39448B: hue angle of 231.95º 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 #39448B is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5768139-
CMYK0.590.5100.45
HSL231.95º41.84%38.43%-
HSV(B)231.95º58.99%54.51%-
XYZ8.416.8725.31-
YUV72.8165.36116.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=21.59%
G=25.76%
B=52.65%

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
Decimal57681390.590.5100.45231.9541.8438.43
Hex39448B3B3302De82a26
Octal7110421373630553505246
Binary111001100010010001011111011110011010110111101000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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