Html Css Color HEX #3A364F Martinique

📋 copy color: '#3A364F'

red 58 ◦ green 54 ◦ blue 79

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

Shades of Martinique #3A364F

Tints of Martinique #3A364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 30.37%
G = 28.27%
B = 41.36%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A364F (or 0x3A364F) is known color: Martinique. HEX triplet: 3A, 36 and 4F. RGB value is (58,54,79). Sum of RGB (Red+Green+Blue) = 58+54+79=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A364F is #C5C9B0. Grayscale: #393939. Windows color (decimal): -12962225 or 5191226. OLE color: 5191226.

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

Color convert

RGB 58 54 79 -
CMYK 0.27 0.32 0 0.69
HSL 249.6º 0.19% 0.26% -
HSV(B) 249.6º 0.32% 0.31% -
XYZ 4.48 4.1 7.95 -
YUV 58.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 58 54 79 0.27 0.32 0 0.69 249.6 0.19 0.26
Hex 3A 36 4F 1B 20 0 45 FA 13 1A
Octal 72 66 117 33 40 0 105 372 23 32
Binary 111010 110110 1001111 11011 100000 0 1000101 11111010 10011 11010

Color Harmonies of #3A364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A364F

Black with #3A364F

Text Example


Text Example

White with #3A364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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