#3C334F

Color #3C334F Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #3C334F

Tints of Martinique #3C334F

Color information

#3C334F (or 0x3C334F) is unknown color: approx 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

RGB605179-
CMYK0.240.3500.69
HSL259.29º21.54%25.49%-
HSV(B)259.29º35.44%30.98%-
XYZ4.463.897.91-
YUV56.88140.48130.22-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6051790.240.3500.69259.2921.5425.49
Hex3C334F18230451031619
Octal7463117304301054032631
Binary111100110011100111111000100011010001011000000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>