Html Css Color HEX #3D384E Martinique

📋 copy color: '#3D384E'

red 61 ◦ green 56 ◦ blue 78

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

Shades of Martinique #3D384E

Tints of Martinique #3D384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.72%

 BLUE value IS 78 (30.86% from 255) = 40%

R = 31.28%
G = 28.72%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D384E (or 0x3D384E) is known color: Martinique. HEX triplet: 3D, 38 and 4E. RGB value is (61,56,78). Sum of RGB (Red+Green+Blue) = 61+56+78=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D384E is #C2C7B1. Grayscale: #3B3B3B. Windows color (decimal): -12765106 or 5126205. OLE color: 5126205.

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

Color convert

RGB 61 56 78 -
CMYK 0.22 0.28 0 0.69
HSL 253.64º 0.16% 0.26% -
HSV(B) 253.64º 0.28% 0.31% -
XYZ 4.71 4.37 7.8 -
YUV 60 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 61 56 78 0.22 0.28 0 0.69 253.64 0.16 0.26
Hex 3D 38 4E 16 1C 0 45 FE 10 1A
Octal 75 70 116 26 34 0 105 376 20 32
Binary 111101 111000 1001110 10110 11100 0 1000101 11111110 10000 11010

Color Harmonies of #3D384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D384E

Black with #3D384E

Text Example


Text Example

White with #3D384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,56,78); }

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

background-color css

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

 a { background-color: rgb(61,56,78); }

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

border-color css

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

 span { border-color: rgb(61,56,78); }

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