#3A244E

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

Shades of Jagger #3A244E

Tints of Jagger #3A244E

Color information

#3A244E (or 0x3A244E) is unknown color: approx Jagger. HEX triplet: 3A, 24 and 4E. RGB value is (58,36,78). Sum of RGB (Red+Green+Blue) = 58+36+78=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A244E is #C5DBB1. Grayscale: #2F2F2F. Windows color (decimal): -12966834 or 5121082. OLE color: 5121082.

HSL color Cylindrical-coordinate representation of color #3A244E: hue angle of 271.43º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A244E is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB583678-
CMYK0.260.5400.69
HSL271.43º36.84%22.35%-
HSV(B)271.43º53.85%30.59%-
XYZ3.752.717.53-
YUV47.37145.29135.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=33.72%
G=20.93%
B=45.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5836780.260.5400.69271.4336.8422.35
Hex3A244E1A3604510f2516
Octal7244116326601054174526
Binary1110101001001001110110101101100100010110000111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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