#39294C

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

Shades of Jagger #39294C

Tints of Jagger #39294C

Color information

#39294C (or 0x39294C) is unknown color: approx Jagger. HEX triplet: 39, 29 and 4C. RGB value is (57,41,76). Sum of RGB (Red+Green+Blue) = 57+41+76=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #39294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39294C is #C6D6B3. Grayscale: #313131. Windows color (decimal): -13031092 or 4991289. OLE color: 4991289.

HSL color Cylindrical-coordinate representation of color #39294C: hue angle of 267.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39294C is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB574176-
CMYK0.250.4600.70
HSL267.43º29.91%22.94%-
HSV(B)267.43º46.05%29.8%-
XYZ3.782.987.21-
YUV49.77142.8133.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 76 (30.08% from 255) = 43.68%
R=32.76%
G=23.56%
B=43.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5741760.250.4600.70267.4329.9122.94
Hex39294C192E04610b1e17
Octal7151114315601064133627
Binary111001101001100110011001101110010001101000010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,41,76); }

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

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

 a { background-color: rgb(57,41,76); }

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

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

 span { border-color: rgb(57,41,76); }

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