Html Css Color HEX #3C354B Martinique

📋 copy color: '#3C354B'

red 60 ◦ green 53 ◦ blue 75

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

Shades of Martinique #3C354B

Tints of Martinique #3C354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 31.91%
G = 28.19%
B = 39.89%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C354B (or 0x3C354B) is known color: Martinique. HEX triplet: 3C, 35 and 4B. RGB value is (60,53,75). Sum of RGB (Red+Green+Blue) = 60+53+75=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C354B is #C3CAB4. Grayscale: #393939. Windows color (decimal): -12831413 or 4928828. OLE color: 4928828.

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

Color convert

RGB 60 53 75 -
CMYK 0.20 0.29 0 0.71
HSL 259.09º 0.17% 0.25% -
HSV(B) 259.09º 0.29% 0.29% -
XYZ 4.41 4.01 7.2 -
YUV 57.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 60 53 75 0.20 0.29 0 0.71 259.09 0.17 0.25
Hex 3C 35 4B 14 1D 0 47 103 11 19
Octal 74 65 113 24 35 0 107 403 21 31
Binary 111100 110101 1001011 10100 11101 0 1000111 100000011 10001 11001

Color Harmonies of #3C354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C354B

Black with #3C354B

Text Example


Text Example

White with #3C354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,53,75); }

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

background-color css

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

 a { background-color: rgb(60,53,75); }

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

border-color css

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

 span { border-color: rgb(60,53,75); }

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