Html Css Color HEX #3C334B Martinique

📋 copy color: '#3C334B'

red 60 ◦ green 51 ◦ blue 75

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

Shades of Martinique #3C334B

Tints of Martinique #3C334B

RGB

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

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

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

R = 32.26%
G = 27.42%
B = 40.32%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C334B (or 0x3C334B) is known color: Martinique. HEX triplet: 3C, 33 and 4B. RGB value is (60,51,75). Sum of RGB (Red+Green+Blue) = 60+51+75=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C334B is #C3CCB4. Grayscale: #383838. Windows color (decimal): -12831925 or 4928316. OLE color: 4928316.

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

Color convert

RGB 60 51 75 -
CMYK 0.20 0.32 0 0.71
HSL 262.5º 0.19% 0.25% -
HSV(B) 262.5º 0.32% 0.29% -
XYZ 4.32 3.84 7.17 -
YUV 56.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 60 51 75 0.20 0.32 0 0.71 262.5 0.19 0.25
Hex 3C 33 4B 14 20 0 47 106 13 19
Octal 74 63 113 24 40 0 107 406 23 31
Binary 111100 110011 1001011 10100 100000 0 1000111 100000110 10011 11001

Color Harmonies of #3C334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C334B

Black with #3C334B

Text Example


Text Example

White with #3C334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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