Html Css Color HEX #3C344B Martinique

📋 copy color: '#3C344B'

red 60 ◦ green 52 ◦ blue 75

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

Shades of Martinique #3C344B

Tints of Martinique #3C344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 32.09%
G = 27.81%
B = 40.11%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C344B (or 0x3C344B) is known color: Martinique. HEX triplet: 3C, 34 and 4B. RGB value is (60,52,75). Sum of RGB (Red+Green+Blue) = 60+52+75=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C344B is #C3CBB4. Grayscale: #383838. Windows color (decimal): -12831669 or 4928572. OLE color: 4928572.

HSL color Cylindrical-coordinate representation of color #3C344B: hue angle of 260.87º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C344B is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 52 75 -
CMYK 0.20 0.31 0 0.71
HSL 260.87º 0.18% 0.25% -
HSV(B) 260.87º 0.31% 0.29% -
XYZ 4.36 3.92 7.18 -
YUV 57.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 60 52 75 0.20 0.31 0 0.71 260.87 0.18 0.25
Hex 3C 34 4B 14 1F 0 47 105 12 19
Octal 74 64 113 24 37 0 107 405 22 31
Binary 111100 110100 1001011 10100 11111 0 1000111 100000101 10010 11001

Color Harmonies of #3C344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C344B

Black with #3C344B

Text Example


Text Example

White with #3C344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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