#3D364B

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

Shades of Martinique #3D364B

Tints of Martinique #3D364B

Color information

#3D364B (or 0x3D364B) is unknown color: approx Martinique. HEX triplet: 3D, 36 and 4B. RGB value is (61,54,75). Sum of RGB (Red+Green+Blue) = 61+54+75=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D364B is #C2C9B4. Grayscale: #3A3A3A. Windows color (decimal): -12765621 or 4929085. OLE color: 4929085.

HSL color Cylindrical-coordinate representation of color #3D364B: hue angle of 260º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D364B is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB615475-
CMYK0.190.2800.71
HSL260º16.28%25.29%-
HSV(B)260º28%29.41%-
XYZ4.514.147.22-
YUV58.49137.32129.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 54 (21.48% from 255) = 28.42%
BLUE value IS 75 (29.69% from 255) = 39.47%
R=32.11%
G=28.42%
B=39.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6154750.190.2800.7126016.2825.29
Hex3D364B131C0471041019
Octal7566113233401074042031
Binary11110111011010010111001111100010001111000001001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,54,75); }

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

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

 a { background-color: rgb(61,54,75); }

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

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

 span { border-color: rgb(61,54,75); }

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