#3A244B

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

Shades of Jagger #3A244B

Tints of Jagger #3A244B

Color information

#3A244B (or 0x3A244B) is unknown color: approx Jagger. HEX triplet: 3A, 24 and 4B. RGB value is (58,36,75). Sum of RGB (Red+Green+Blue) = 58+36+75=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A244B is #C5DBB4. Grayscale: #2E2E2E. Windows color (decimal): -12966837 or 4924474. OLE color: 4924474.

HSL color Cylindrical-coordinate representation of color #3A244B: hue angle of 273.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A244B is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB583675-
CMYK0.230.5200.71
HSL273.85º35.14%21.76%-
HSV(B)273.85º52%29.41%-
XYZ3.652.676.98-
YUV47.02143.79135.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.32%
GREEN value IS 36 (14.45% from 255) = 21.30%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=34.32%
G=21.30%
B=44.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5836750.230.5200.71273.8535.1421.76
Hex3A244B17340471122316
Octal7244113276401074224326
Binary1110101001001001011101111101000100011110001001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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