#3A254B

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

Shades of Jagger #3A254B

Tints of Jagger #3A254B

Color information

#3A254B (or 0x3A254B) is unknown color: approx Jagger. HEX triplet: 3A, 25 and 4B. RGB value is (58,37,75). Sum of RGB (Red+Green+Blue) = 58+37+75=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A254B is #C5DAB4. Grayscale: #2F2F2F. Windows color (decimal): -12966581 or 4924730. OLE color: 4924730.

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

Color convert

RGB583775-
CMYK0.230.5100.71
HSL273.16º33.93%21.96%-
HSV(B)273.16º50.67%29.41%-
XYZ3.682.736.99-
YUV47.61143.46135.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.12%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=34.12%
G=21.76%
B=44.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5837750.230.5100.71273.1633.9321.96
Hex3A254B17330471112216
Octal7245113276301074214226
Binary1110101001011001011101111100110100011110001000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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