Html Css Color HEX #3C384D Martinique

📋 copy color: '#3C384D'

red 60 ◦ green 56 ◦ blue 77

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

Shades of Martinique #3C384D

Tints of Martinique #3C384D

RGB

 RED value IS 60 (23.83% from 255) = 31.09%

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

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 31.09%
G = 29.02%
B = 39.9%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C384D (or 0x3C384D) is known color: Martinique. HEX triplet: 3C, 38 and 4D. RGB value is (60,56,77). Sum of RGB (Red+Green+Blue) = 60+56+77=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C384D is #C3C7B2. Grayscale: #3B3B3B. Windows color (decimal): -12830643 or 5060668. OLE color: 5060668.

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

Color convert

RGB 60 56 77 -
CMYK 0.22 0.27 0 0.70
HSL 251.43º 0.16% 0.26% -
HSV(B) 251.43º 0.27% 0.3% -
XYZ 4.62 4.32 7.61 -
YUV 59.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 60 56 77 0.22 0.27 0 0.70 251.43 0.16 0.26
Hex 3C 38 4D 16 1B 0 46 FB 10 1A
Octal 74 70 115 26 33 0 106 373 20 32
Binary 111100 111000 1001101 10110 11011 0 1000110 11111011 10000 11010

Color Harmonies of #3C384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C384D

Black with #3C384D

Text Example


Text Example

White with #3C384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,56,77); }

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

background-color css

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

 a { background-color: rgb(60,56,77); }

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

border-color css

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

 span { border-color: rgb(60,56,77); }

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