#3A234B

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

Shades of Jagger #3A234B

Tints of Jagger #3A234B

Color information

#3A234B (or 0x3A234B) is unknown color: approx Jagger. HEX triplet: 3A, 23 and 4B. RGB value is (58,35,75). Sum of RGB (Red+Green+Blue) = 58+35+75=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A234B is #C5DCB4. Grayscale: #2E2E2E. Windows color (decimal): -12967093 or 4924218. OLE color: 4924218.

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

Color convert

RGB583575-
CMYK0.230.5300.71
HSL274.5º36.36%21.57%-
HSV(B)274.5º53.33%29.41%-
XYZ3.622.616.97-
YUV46.44144.12136.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.52%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=34.52%
G=20.83%
B=44.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5835750.230.5300.71274.536.3621.57
Hex3A234B17350471122416
Octal7243113276501074224426
Binary1110101000111001011101111101010100011110001001010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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