Html Css Color HEX #3A344B Martinique

📋 copy color: '#3A344B'

red 58 ◦ green 52 ◦ blue 75

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

Shades of Martinique #3A344B

Tints of Martinique #3A344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 31.35%
G = 28.11%
B = 40.54%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A344B (or 0x3A344B) is known color: Martinique. HEX triplet: 3A, 34 and 4B. RGB value is (58,52,75). Sum of RGB (Red+Green+Blue) = 58+52+75=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A344B is #C5CBB4. Grayscale: #383838. Windows color (decimal): -12962741 or 4928570. OLE color: 4928570.

HSL color Cylindrical-coordinate representation of color #3A344B: hue angle of 255.65º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A344B is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 52 75 -
CMYK 0.23 0.31 0 0.71
HSL 255.65º 0.18% 0.25% -
HSV(B) 255.65º 0.31% 0.29% -
XYZ 4.24 3.86 7.18 -
YUV 56.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 58 52 75 0.23 0.31 0 0.71 255.65 0.18 0.25
Hex 3A 34 4B 17 1F 0 47 100 12 19
Octal 72 64 113 27 37 0 107 400 22 31
Binary 111010 110100 1001011 10111 11111 0 1000111 100000000 10010 11001

Color Harmonies of #3A344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A344B

Black with #3A344B

Text Example


Text Example

White with #3A344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,52,75); }

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

background-color css

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

 a { background-color: rgb(58,52,75); }

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

border-color css

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

 span { border-color: rgb(58,52,75); }

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