Html Css Color HEX #3C354F Martinique

📋 copy color: '#3C354F'

red 60 ◦ green 53 ◦ blue 79

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

Shades of Martinique #3C354F

Tints of Martinique #3C354F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.15%

R = 31.25%
G = 27.6%
B = 41.15%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C354F (or 0x3C354F) is known color: Martinique. HEX triplet: 3C, 35 and 4F. RGB value is (60,53,79). Sum of RGB (Red+Green+Blue) = 60+53+79=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C354F is #C3CAB0. Grayscale: #393939. Windows color (decimal): -12831409 or 5190972. OLE color: 5190972.

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

Color convert

RGB 60 53 79 -
CMYK 0.24 0.33 0 0.69
HSL 256.15º 0.2% 0.26% -
HSV(B) 256.15º 0.33% 0.31% -
XYZ 4.55 4.07 7.94 -
YUV 58.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 60 53 79 0.24 0.33 0 0.69 256.15 0.2 0.26
Hex 3C 35 4F 18 21 0 45 100 14 1A
Octal 74 65 117 30 41 0 105 400 24 32
Binary 111100 110101 1001111 11000 100001 0 1000101 100000000 10100 11010

Color Harmonies of #3C354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C354F

Black with #3C354F

Text Example


Text Example

White with #3C354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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