Html Css Color HEX #3A3248 Martinique

📋 copy color: '#3A3248'

red 58 ◦ green 50 ◦ blue 72

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

Shades of Martinique #3A3248

Tints of Martinique #3A3248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 32.22%
G = 27.78%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A3248 (or 0x3A3248) is known color: Martinique. HEX triplet: 3A, 32 and 48. RGB value is (58,50,72). Sum of RGB (Red+Green+Blue) = 58+50+72=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3248 is #C5CDB7. Grayscale: #363636. Windows color (decimal): -12963256 or 4731450. OLE color: 4731450.

HSL color Cylindrical-coordinate representation of color #3A3248: hue angle of 261.82º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A3248 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 50 72 -
CMYK 0.19 0.31 0 0.72
HSL 261.82º 0.18% 0.24% -
HSV(B) 261.82º 0.31% 0.28% -
XYZ 4.06 3.65 6.62 -
YUV 54.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 58 50 72 0.19 0.31 0 0.72 261.82 0.18 0.24
Hex 3A 32 48 13 1F 0 48 106 12 18
Octal 72 62 110 23 37 0 110 406 22 30
Binary 111010 110010 1001000 10011 11111 0 1001000 100000110 10010 11000

Color Harmonies of #3A3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3248

Black with #3A3248

Text Example


Text Example

White with #3A3248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,50,72); }

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

background-color css

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

 a { background-color: rgb(58,50,72); }

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

border-color css

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

 span { border-color: rgb(58,50,72); }

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