#3C384E

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

Shades of Martinique #3C384E

Tints of Martinique #3C384E

Color information

#3C384E (or 0x3C384E) is unknown color: approx Martinique. HEX triplet: 3C, 38 and 4E. RGB value is (60,56,78). Sum of RGB (Red+Green+Blue) = 60+56+78=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C384E is #C3C7B1. Grayscale: #3B3B3B. Windows color (decimal): -12830642 or 5126204. OLE color: 5126204.

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

Color convert

RGB605678-
CMYK0.230.2800.69
HSL250.91º16.42%26.27%-
HSV(B)250.91º28.21%30.59%-
XYZ4.654.347.8-
YUV59.7138.33128.21-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 56 (22.27% from 255) = 28.87%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=30.93%
G=28.87%
B=40.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6056780.230.2800.69250.9116.4226.27
Hex3C384E171C045fb101a
Octal7470116273401053732032
Binary1111001110001001110101111110001000101111110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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