#3B254A

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

Shades of Jagger #3B254A

Tints of Jagger #3B254A

Color information

#3B254A (or 0x3B254A) is unknown color: approx Jagger. HEX triplet: 3B, 25 and 4A. RGB value is (59,37,74). Sum of RGB (Red+Green+Blue) = 59+37+74=170 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.71% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B254A is #C4DAB5. Grayscale: #2F2F2F. Windows color (decimal): -12901046 or 4859195. OLE color: 4859195.

HSL color Cylindrical-coordinate representation of color #3B254A: hue angle of 275.68º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B254A is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB593774-
CMYK0.200.5000.71
HSL275.68º33.33%21.76%-
HSV(B)275.68º50%29.02%-
XYZ3.72.756.81-
YUV47.8142.79135.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.71%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=34.71%
G=21.76%
B=43.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5937740.200.5000.71275.6833.3321.76
Hex3B254A14320471142116
Octal7345112246201074244126
Binary1110111001011001010101001100100100011110001010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,37,74); }

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

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

 a { background-color: rgb(59,37,74); }

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

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

 span { border-color: rgb(59,37,74); }

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