Html Css Color HEX #3C384E Martinique

📋 copy color: '#3C384E'

red 60 ◦ green 56 ◦ blue 78

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

Shades of Martinique #3C384E

Tints of Martinique #3C384E

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 value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C384E (or 0x3C384E) is known color: 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

RGB 60 56 78 -
CMYK 0.23 0.28 0 0.69
HSL 250.91º 0.16% 0.26% -
HSV(B) 250.91º 0.28% 0.31% -
XYZ 4.65 4.34 7.8 -
YUV 59.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 60 56 78 0.23 0.28 0 0.69 250.91 0.16 0.26
Hex 3C 38 4E 17 1C 0 45 FB 10 1A
Octal 74 70 116 27 34 0 105 373 20 32
Binary 111100 111000 1001110 10111 11100 0 1000101 11111011 10000 11010

Color Harmonies of #3C384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C384E

Black with #3C384E

Text Example


Text Example

White with #3C384E

Text Example


Text Example

HTML Codes & Css Web 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>