#39294D

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

Shades of Jagger #39294D

Tints of Jagger #39294D

Color information

#39294D (or 0x39294D) is unknown color: approx Jagger. HEX triplet: 39, 29 and 4D. RGB value is (57,41,77). Sum of RGB (Red+Green+Blue) = 57+41+77=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #39294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39294D is #C6D6B2. Grayscale: #313131. Windows color (decimal): -13031091 or 5056825. OLE color: 5056825.

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

Color convert

RGB574177-
CMYK0.260.4700.70
HSL266.67º30.51%23.14%-
HSV(B)266.67º46.75%30.2%-
XYZ3.822.997.4-
YUV49.89143.3133.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 77 (30.47% from 255) = 44%
R=32.57%
G=23.43%
B=44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5741770.260.4700.70266.6730.5123.14
Hex39294D1A2F04610b1f17
Octal7151115325701064133727
Binary111001101001100110111010101111010001101000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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