#39439C

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

Shades of Tory Blue #39439C

Tints of Tory Blue #39439C

Color information

#39439C (or 0x39439C) is unknown color: approx Tory Blue. HEX triplet: 39, 43 and 9C. RGB value is (57,67,156). Sum of RGB (Red+Green+Blue) = 57+67+156=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #39439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39439C is #C6BC63. Grayscale: #494949. Windows color (decimal): -13024356 or 10240825. OLE color: 10240825.

HSL color Cylindrical-coordinate representation of color #39439C: hue angle of 233.94º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39439C is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5767156-
CMYK0.630.5700.39
HSL233.94º46.48%41.76%-
HSV(B)233.94º63.46%61.18%-
XYZ9.77.2832.35-
YUV74.16174.19115.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 156 (61.33% from 255) = 55.71%
R=20.36%
G=23.93%
B=55.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57671560.630.5700.39233.9446.4841.76
Hex39439C3F39027ea2e2a
Octal7110323477710473525652
Binary111001100001110011100111111111001010011111101010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,67,156); }

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

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

 a { background-color: rgb(57,67,156); }

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

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

 span { border-color: rgb(57,67,156); }

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