#3B254B

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

Shades of Jagger #3B254B

Tints of Jagger #3B254B

Color information

#3B254B (or 0x3B254B) is unknown color: approx Jagger. HEX triplet: 3B, 25 and 4B. RGB value is (59,37,75). Sum of RGB (Red+Green+Blue) = 59+37+75=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B254B is #C4DAB4. Grayscale: #2F2F2F. Windows color (decimal): -12901045 or 4924731. OLE color: 4924731.

HSL color Cylindrical-coordinate representation of color #3B254B: hue angle of 274.74º 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 #3B254B is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB593775-
CMYK0.210.5100.71
HSL274.74º33.93%21.96%-
HSV(B)274.74º50.67%29.41%-
XYZ3.742.766.99-
YUV47.91143.29135.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.50%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=34.50%
G=21.64%
B=43.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5937750.210.5100.71274.7433.9321.96
Hex3B254B15330471132216
Octal7345113256301074234226
Binary1110111001011001011101011100110100011110001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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