Html Css Color HEX #3C3650 Martinique

📋 copy color: '#3C3650'

red 60 ◦ green 54 ◦ blue 80

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

Shades of Martinique #3C3650

Tints of Martinique #3C3650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

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

R = 30.93%
G = 27.84%
B = 41.24%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C3650 (or 0x3C3650) is known color: Martinique. HEX triplet: 3C, 36 and 50. RGB value is (60,54,80). Sum of RGB (Red+Green+Blue) = 60+54+80=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C3650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3650 is #C3C9AF. Grayscale: #3A3A3A. Windows color (decimal): -12831152 or 5256764. OLE color: 5256764.

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

Color convert

RGB 60 54 80 -
CMYK 0.25 0.33 0 0.69
HSL 253.85º 0.19% 0.26% -
HSV(B) 253.85º 0.33% 0.31% -
XYZ 4.63 4.18 8.15 -
YUV 58.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 60 54 80 0.25 0.33 0 0.69 253.85 0.19 0.26
Hex 3C 36 50 19 21 0 45 FE 13 1A
Octal 74 66 120 31 41 0 105 376 23 32
Binary 111100 110110 1010000 11001 100001 0 1000101 11111110 10011 11010

Color Harmonies of #3C3650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3650

Black with #3C3650

Text Example


Text Example

White with #3C3650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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