#3B234F

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

Shades of Jagger #3B234F

Tints of Jagger #3B234F

Color information

#3B234F (or 0x3B234F) is unknown color: approx Jagger. HEX triplet: 3B, 23 and 4F. RGB value is (59,35,79). Sum of RGB (Red+Green+Blue) = 59+35+79=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B234F is #C4DCB0. Grayscale: #2F2F2F. Windows color (decimal): -12901553 or 5186363. OLE color: 5186363.

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

Color convert

RGB593579-
CMYK0.250.5600.69
HSL272.73º38.6%22.35%-
HSV(B)272.73º55.7%30.98%-
XYZ3.822.77.72-
YUV47.19145.95136.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=34.10%
G=20.23%
B=45.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5935790.250.5600.69272.7338.622.35
Hex3B234F19380451112716
Octal7343117317001054214726
Binary1110111000111001111110011110000100010110001000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,35,79); }

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

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

 a { background-color: rgb(59,35,79); }

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

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

 span { border-color: rgb(59,35,79); }

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