#3B304B

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

Shades of Martinique #3B304B

Tints of Martinique #3B304B

Color information

#3B304B (or 0x3B304B) is unknown color: approx Martinique. HEX triplet: 3B, 30 and 4B. RGB value is (59,48,75). Sum of RGB (Red+Green+Blue) = 59+48+75=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B304B is #C4CFB4. Grayscale: #363636. Windows color (decimal): -12898229 or 4927547. OLE color: 4927547.

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

Color convert

RGB594875-
CMYK0.210.3600.71
HSL264.44º21.95%24.12%-
HSV(B)264.44º36%29.41%-
XYZ4.133.557.12-
YUV54.37139.64131.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.42%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=32.42%
G=26.37%
B=41.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5948750.210.3600.71264.4421.9524.12
Hex3B304B15240471081618
Octal7360113254401074102630
Binary111011110000100101110101100100010001111000010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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