#39448C

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

Shades of Tory Blue #39448C

Tints of Tory Blue #39448C

Color information

#39448C (or 0x39448C) is unknown color: approx Tory Blue. HEX triplet: 39, 44 and 8C. RGB value is (57,68,140). Sum of RGB (Red+Green+Blue) = 57+68+140=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #39448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39448C is #C6BB73. Grayscale: #484848. Windows color (decimal): -13024116 or 9192505. OLE color: 9192505.

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

Color convert

RGB5768140-
CMYK0.590.5100.45
HSL232.05º42.13%38.63%-
HSV(B)232.05º59.29%54.9%-
XYZ8.496.925.69-
YUV72.92165.86116.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=21.51%
G=25.66%
B=52.83%

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
Decimal57681400.590.5100.45232.0542.1338.63
Hex39448C3B3302De82a27
Octal7110421473630553505247
Binary111001100010010001100111011110011010110111101000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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