#3C334E

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

Shades of Martinique #3C334E

Tints of Martinique #3C334E

Color information

#3C334E (or 0x3C334E) is unknown color: approx Martinique. HEX triplet: 3C, 33 and 4E. RGB value is (60,51,78). Sum of RGB (Red+Green+Blue) = 60+51+78=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C334E is #C3CCB1. Grayscale: #383838. Windows color (decimal): -12831922 or 5124924. OLE color: 5124924.

HSL color Cylindrical-coordinate representation of color #3C334E: hue angle of 260º degrees, saturation: 0.21, 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 #3C334E is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB605178-
CMYK0.230.3500.69
HSL260º20.93%25.29%-
HSV(B)260º34.62%30.59%-
XYZ4.423.887.72-
YUV56.77139.98130.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=31.75%
G=26.98%
B=41.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6051780.230.3500.6926020.9325.29
Hex3C334E17230451041519
Octal7463116274301054042531
Binary111100110011100111010111100011010001011000001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C334E;
 }
 .AnyTagClassName
 {
   color: #3C334E;
 }
</style>
background-color css

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

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

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

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

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

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