Html Css Color HEX #3C384A Martinique

📋 copy color: '#3C384A'

red 60 ◦ green 56 ◦ blue 74

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

Shades of Martinique #3C384A

Tints of Martinique #3C384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 31.58%
G = 29.47%
B = 38.95%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C384A (or 0x3C384A) is known color: Martinique. HEX triplet: 3C, 38 and 4A. RGB value is (60,56,74). Sum of RGB (Red+Green+Blue) = 60+56+74=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C384A is #C3C7B5. Grayscale: #3B3B3B. Windows color (decimal): -12830646 or 4864060. OLE color: 4864060.

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

Color convert

RGB 60 56 74 -
CMYK 0.19 0.24 0 0.71
HSL 253.33º 0.14% 0.25% -
HSV(B) 253.33º 0.24% 0.29% -
XYZ 4.51 4.28 7.07 -
YUV 59.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 60 56 74 0.19 0.24 0 0.71 253.33 0.14 0.25
Hex 3C 38 4A 13 18 0 47 FD E 19
Octal 74 70 112 23 30 0 107 375 16 31
Binary 111100 111000 1001010 10011 11000 0 1000111 11111101 1110 11001

Color Harmonies of #3C384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C384A

Black with #3C384A

Text Example


Text Example

White with #3C384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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