Html Css Color HEX #3C344E Martinique

📋 copy color: '#3C344E'

red 60 ◦ green 52 ◦ blue 78

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

Shades of Martinique #3C344E

Tints of Martinique #3C344E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 31.58%
G = 27.37%
B = 41.05%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C344E (or 0x3C344E) is known color: Martinique. HEX triplet: 3C, 34 and 4E. RGB value is (60,52,78). Sum of RGB (Red+Green+Blue) = 60+52+78=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C344E is #C3CBB1. Grayscale: #393939. Windows color (decimal): -12831666 or 5125180. OLE color: 5125180.

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

Color convert

RGB 60 52 78 -
CMYK 0.23 0.33 0 0.69
HSL 258.46º 0.2% 0.25% -
HSV(B) 258.46º 0.33% 0.31% -
XYZ 4.47 3.97 7.74 -
YUV 57.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 60 52 78 0.23 0.33 0 0.69 258.46 0.2 0.25
Hex 3C 34 4E 17 21 0 45 102 14 19
Octal 74 64 116 27 41 0 105 402 24 31
Binary 111100 110100 1001110 10111 100001 0 1000101 100000010 10100 11001

Color Harmonies of #3C344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C344E

Black with #3C344E

Text Example


Text Example

White with #3C344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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