#3A264C

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

Shades of Jagger #3A264C

Tints of Jagger #3A264C

Color information

#3A264C (or 0x3A264C) is unknown color: approx Jagger. HEX triplet: 3A, 26 and 4C. RGB value is (58,38,76). Sum of RGB (Red+Green+Blue) = 58+38+76=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A264C is #C5D9B3. Grayscale: #303030. Windows color (decimal): -12966324 or 4990522. OLE color: 4990522.

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

Color convert

RGB583876-
CMYK0.240.500.70
HSL271.58º33.33%22.35%-
HSV(B)271.58º50%29.8%-
XYZ3.742.817.18-
YUV48.31143.63134.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=33.72%
G=22.09%
B=44.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5838760.240.500.70271.5833.3322.35
Hex3A264C18320461102116
Octal7246114306201064204126
Binary1110101001101001100110001100100100011010001000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,38,76); }

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

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

 a { background-color: rgb(58,38,76); }

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

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

 span { border-color: rgb(58,38,76); }

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