Html Css Color HEX #3C334F Martinique

📋 copy color: '#3C334F'

red 60 ◦ green 51 ◦ blue 79

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

Shades of Martinique #3C334F

Tints of Martinique #3C334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

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

R = 31.58%
G = 26.84%
B = 41.58%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C334F (or 0x3C334F) is known color: Martinique. HEX triplet: 3C, 33 and 4F. RGB value is (60,51,79). Sum of RGB (Red+Green+Blue) = 60+51+79=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C334F is #C3CCB0. Grayscale: #383838. Windows color (decimal): -12831921 or 5190460. OLE color: 5190460.

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

Color convert

RGB 60 51 79 -
CMYK 0.24 0.35 0 0.69
HSL 259.29º 0.22% 0.25% -
HSV(B) 259.29º 0.35% 0.31% -
XYZ 4.46 3.89 7.91 -
YUV 56.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 60 51 79 0.24 0.35 0 0.69 259.29 0.22 0.25
Hex 3C 33 4F 18 23 0 45 103 16 19
Octal 74 63 117 30 43 0 105 403 26 31
Binary 111100 110011 1001111 11000 100011 0 1000101 100000011 10110 11001

Color Harmonies of #3C334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C334F

Black with #3C334F

Text Example


Text Example

White with #3C334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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