#3A234E

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

Shades of Jagger #3A234E

Tints of Jagger #3A234E

Color information

#3A234E (or 0x3A234E) is unknown color: approx Jagger. HEX triplet: 3A, 23 and 4E. RGB value is (58,35,78). Sum of RGB (Red+Green+Blue) = 58+35+78=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A234E is #C5DCB1. Grayscale: #2E2E2E. Windows color (decimal): -12967090 or 5120826. OLE color: 5120826.

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

Color convert

RGB583578-
CMYK0.260.5500.69
HSL272.09º38.05%22.16%-
HSV(B)272.09º55.13%30.59%-
XYZ3.722.657.52-
YUV46.78145.62136-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=33.92%
G=20.47%
B=45.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5835780.260.5500.69272.0938.0522.16
Hex3A234E1A370451102616
Octal7243116326701054204626
Binary1110101000111001110110101101110100010110001000010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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