#39429B

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

Shades of Tory Blue #39429B

Tints of Tory Blue #39429B

Color information

#39429B (or 0x39429B) is unknown color: approx Tory Blue. HEX triplet: 39, 42 and 9B. RGB value is (57,66,155). Sum of RGB (Red+Green+Blue) = 57+66+155=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #39429B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39429B is #C6BD64. Grayscale: #494949. Windows color (decimal): -13024613 or 10175033. OLE color: 10175033.

HSL color Cylindrical-coordinate representation of color #39429B: hue angle of 234.49º 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 #39429B is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5766155-
CMYK0.630.5700.39
HSL234.49º46.23%41.57%-
HSV(B)234.49º63.23%60.78%-
XYZ9.557.1331.88-
YUV73.46174.02116.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=20.50%
G=23.74%
B=55.76%

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
Decimal57661550.630.5700.39234.4946.2341.57
Hex39429B3F39027ea2e2a
Octal7110223377710473525652
Binary111001100001010011011111111111001010011111101010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,66,155); }

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

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

 a { background-color: rgb(57,66,155); }

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

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

 span { border-color: rgb(57,66,155); }

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