Html Css Color HEX #3C3550 Martinique

📋 copy color: '#3C3550'

red 60 ◦ green 53 ◦ blue 80

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

Shades of Martinique #3C3550

Tints of Martinique #3C3550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.45%

R = 31.09%
G = 27.46%
B = 41.45%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C3550 (or 0x3C3550) is known color: Martinique. HEX triplet: 3C, 35 and 50. RGB value is (60,53,80). Sum of RGB (Red+Green+Blue) = 60+53+80=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3550 is #C3CAAF. Grayscale: #3A3A3A. Windows color (decimal): -12831408 or 5256508. OLE color: 5256508.

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

Color convert

RGB 60 53 80 -
CMYK 0.25 0.34 0 0.69
HSL 255.56º 0.2% 0.26% -
HSV(B) 255.56º 0.34% 0.31% -
XYZ 4.58 4.09 8.14 -
YUV 58.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 60 53 80 0.25 0.34 0 0.69 255.56 0.2 0.26
Hex 3C 35 50 19 22 0 45 100 14 1A
Octal 74 65 120 31 42 0 105 400 24 32
Binary 111100 110101 1010000 11001 100010 0 1000101 100000000 10100 11010

Color Harmonies of #3C3550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3550

Black with #3C3550

Text Example


Text Example

White with #3C3550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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