Html Css Color HEX #3D3A48 Martinique

📋 copy color: '#3D3A48'

red 61 ◦ green 58 ◦ blue 72

#3D3A48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #3D3A48

Tints of Martinique #3D3A48

RGB

 RED value IS 61 (24.22% from 255) = 31.94%

 GREEN value IS 58 (23.05% from 255) = 30.37%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 31.94%
G = 30.37%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3D3A48 (or 0x3D3A48) is known color: Martinique. HEX triplet: 3D, 3A and 48. RGB value is (61,58,72). Sum of RGB (Red+Green+Blue) = 61+58+72=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D3A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3A48 is #C2C5B7. Grayscale: #3C3C3C. Windows color (decimal): -12764600 or 4733501. OLE color: 4733501.

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

Color convert

RGB 61 58 72 -
CMYK 0.15 0.19 0 0.72
HSL 252.86º 0.11% 0.25% -
HSV(B) 252.86º 0.19% 0.28% -
XYZ 4.61 4.49 6.75 -
YUV 60.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 61 58 72 0.15 0.19 0 0.72 252.86 0.11 0.25
Hex 3D 3A 48 F 13 0 48 FD B 19
Octal 75 72 110 17 23 0 110 375 13 31
Binary 111101 111010 1001000 1111 10011 0 1001000 11111101 1011 11001

Color Harmonies of #3D3A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3A48

Black with #3D3A48

Text Example


Text Example

White with #3D3A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,58,72); }

 H1.HeaderClassName
 {
   color: #3D3A48;
 }
 .AnyTagClassName
 {
   color: #3D3A48;
 }
</style>

background-color css

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

 a { background-color: rgb(61,58,72); }

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

border-color css

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

 span { border-color: rgb(61,58,72); }

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