#3A244D

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

Shades of Jagger #3A244D

Tints of Jagger #3A244D

Color information

#3A244D (or 0x3A244D) is unknown color: approx Jagger. HEX triplet: 3A, 24 and 4D. RGB value is (58,36,77). Sum of RGB (Red+Green+Blue) = 58+36+77=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A244D is #C5DBB2. Grayscale: #2F2F2F. Windows color (decimal): -12966835 or 5055546. OLE color: 5055546.

HSL color Cylindrical-coordinate representation of color #3A244D: hue angle of 272.2º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A244D is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB583677-
CMYK0.250.5300.70
HSL272.2º36.28%22.16%-
HSV(B)272.2º53.25%30.2%-
XYZ3.722.77.35-
YUV47.25144.79135.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=33.92%
G=21.05%
B=45.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5836770.250.5300.70272.236.2822.16
Hex3A244D19350461102416
Octal7244115316501064204426
Binary1110101001001001101110011101010100011010001000010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A244D; }

 p { color: rgb(58,36,77); }

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

<style>
 a { background-color: #3A244D; }

 a { background-color: rgb(58,36,77); }

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

<style>
 span { border-color: #3A244D; }

 span { border-color: rgb(58,36,77); }

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