#3C3450

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

Shades of Martinique #3C3450

Tints of Martinique #3C3450

Color information

#3C3450 (or 0x3C3450) is unknown color: approx Martinique. HEX triplet: 3C, 34 and 50. RGB value is (60,52,80). Sum of RGB (Red+Green+Blue) = 60+52+80=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3450 is #C3CBAF. Grayscale: #393939. Windows color (decimal): -12831664 or 5256252. OLE color: 5256252.

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

Color convert

RGB605280-
CMYK0.250.3500.69
HSL257.14º21.21%25.88%-
HSV(B)257.14º35%31.37%-
XYZ4.5448.12-
YUV57.58140.65129.72-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.25%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=31.25%
G=27.08%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6052800.250.3500.69257.1421.2125.88
Hex3C34501923045101151a
Octal7464120314301054012532
Binary111100110100101000011001100011010001011000000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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