Html Css Color HEX #3C304D Martinique

📋 copy color: '#3C304D'

red 60 ◦ green 48 ◦ blue 77

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

Shades of Martinique #3C304D

Tints of Martinique #3C304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

 BLUE value IS 77 (30.47% from 255) = 41.62%

R = 32.43%
G = 25.95%
B = 41.62%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C304D (or 0x3C304D) is known color: Martinique. HEX triplet: 3C, 30 and 4D. RGB value is (60,48,77). Sum of RGB (Red+Green+Blue) = 60+48+77=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C304D is #C3CFB2. Grayscale: #363636. Windows color (decimal): -12832691 or 5058620. OLE color: 5058620.

HSL color Cylindrical-coordinate representation of color #3C304D: hue angle of 264.83º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C304D is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 48 77 -
CMYK 0.22 0.38 0 0.70
HSL 264.83º 0.23% 0.25% -
HSV(B) 264.83º 0.38% 0.3% -
XYZ 4.26 3.61 7.49 -
YUV 54.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 60 48 77 0.22 0.38 0 0.70 264.83 0.23 0.25
Hex 3C 30 4D 16 26 0 46 109 17 19
Octal 74 60 115 26 46 0 106 411 27 31
Binary 111100 110000 1001101 10110 100110 0 1000110 100001001 10111 11001

Color Harmonies of #3C304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C304D

Black with #3C304D

Text Example


Text Example

White with #3C304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,48,77); }

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

background-color css

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

 a { background-color: rgb(60,48,77); }

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

border-color css

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

 span { border-color: rgb(60,48,77); }

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