Html Css Color HEX #3A364D Martinique

📋 copy color: '#3A364D'

red 58 ◦ green 54 ◦ blue 77

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

Shades of Martinique #3A364D

Tints of Martinique #3A364D

RGB

 RED value IS 58 (23.05% from 255) = 30.69%

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 77 (30.47% from 255) = 40.74%

R = 30.69%
G = 28.57%
B = 40.74%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A364D (or 0x3A364D) is known color: Martinique. HEX triplet: 3A, 36 and 4D. RGB value is (58,54,77). Sum of RGB (Red+Green+Blue) = 58+54+77=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A364D is #C5C9B2. Grayscale: #393939. Windows color (decimal): -12962227 or 5060154. OLE color: 5060154.

HSL color Cylindrical-coordinate representation of color #3A364D: hue angle of 250.43º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A364D is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 54 77 -
CMYK 0.25 0.30 0 0.70
HSL 250.43º 0.18% 0.26% -
HSV(B) 250.43º 0.3% 0.3% -
XYZ 4.4 4.07 7.58 -
YUV 57.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 58 54 77 0.25 0.30 0 0.70 250.43 0.18 0.26
Hex 3A 36 4D 19 1E 0 46 FA 12 1A
Octal 72 66 115 31 36 0 106 372 22 32
Binary 111010 110110 1001101 11001 11110 0 1000110 11111010 10010 11010

Color Harmonies of #3A364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A364D

Black with #3A364D

Text Example


Text Example

White with #3A364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,54,77); }

 H1.HeaderClassName
 {
   color: #3A364D;
 }
 .AnyTagClassName
 {
   color: #3A364D;
 }
</style>

background-color css

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

 a { background-color: rgb(58,54,77); }

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

border-color css

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

 span { border-color: rgb(58,54,77); }

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