Html Css Color HEX #3C344D Martinique

📋 copy color: '#3C344D'

red 60 ◦ green 52 ◦ blue 77

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

Shades of Martinique #3C344D

Tints of Martinique #3C344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 31.75%
G = 27.51%
B = 40.74%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C344D (or 0x3C344D) is known color: Martinique. HEX triplet: 3C, 34 and 4D. RGB value is (60,52,77). Sum of RGB (Red+Green+Blue) = 60+52+77=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C344D is #C3CBB2. Grayscale: #393939. Windows color (decimal): -12831667 or 5059644. OLE color: 5059644.

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

Color convert

RGB 60 52 77 -
CMYK 0.22 0.32 0 0.70
HSL 259.2º 0.19% 0.25% -
HSV(B) 259.2º 0.32% 0.3% -
XYZ 4.43 3.95 7.55 -
YUV 57.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 60 52 77 0.22 0.32 0 0.70 259.2 0.19 0.25
Hex 3C 34 4D 16 20 0 46 103 13 19
Octal 74 64 115 26 40 0 106 403 23 31
Binary 111100 110100 1001101 10110 100000 0 1000110 100000011 10011 11001

Color Harmonies of #3C344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C344D

Black with #3C344D

Text Example


Text Example

White with #3C344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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