Html Css Color HEX #3C364F Martinique

📋 copy color: '#3C364F'

red 60 ◦ green 54 ◦ blue 79

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

Shades of Martinique #3C364F

Tints of Martinique #3C364F

RGB

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

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

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

R = 31.09%
G = 27.98%
B = 40.93%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C364F (or 0x3C364F) is known color: Martinique. HEX triplet: 3C, 36 and 4F. RGB value is (60,54,79). Sum of RGB (Red+Green+Blue) = 60+54+79=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C364F is #C3C9B0. Grayscale: #3A3A3A. Windows color (decimal): -12831153 or 5191228. OLE color: 5191228.

HSL color Cylindrical-coordinate representation of color #3C364F: hue angle of 254.4º 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 #3C364F is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 54 79 -
CMYK 0.24 0.32 0 0.69
HSL 254.4º 0.19% 0.26% -
HSV(B) 254.4º 0.32% 0.31% -
XYZ 4.59 4.16 7.96 -
YUV 58.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 60 54 79 0.24 0.32 0 0.69 254.4 0.19 0.26
Hex 3C 36 4F 18 20 0 45 FE 13 1A
Octal 74 66 117 30 40 0 105 376 23 32
Binary 111100 110110 1001111 11000 100000 0 1000101 11111110 10011 11010

Color Harmonies of #3C364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C364F

Black with #3C364F

Text Example


Text Example

White with #3C364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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