Html Css Color HEX #38304A Martinique

📋 copy color: '#38304A'

red 56 ◦ green 48 ◦ blue 74

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

Shades of Martinique #38304A

Tints of Martinique #38304A

RGB

 RED value IS 56 (22.27% from 255) = 31.46%

 GREEN value IS 48 (19.14% from 255) = 26.97%

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 31.46%
G = 26.97%
B = 41.57%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38304A (or 0x38304A) is known color: Martinique. HEX triplet: 38, 30 and 4A. RGB value is (56,48,74). Sum of RGB (Red+Green+Blue) = 56+48+74=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #38304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38304A is #C7CFB5. Grayscale: #353535. Windows color (decimal): -13094838 or 4862008. OLE color: 4862008.

HSL color Cylindrical-coordinate representation of color #38304A: hue angle of 258.46º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38304A is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 48 74 -
CMYK 0.24 0.35 0 0.71
HSL 258.46º 0.21% 0.24% -
HSV(B) 258.46º 0.35% 0.29% -
XYZ 3.92 3.45 6.94 -
YUV 53.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 56 48 74 0.24 0.35 0 0.71 258.46 0.21 0.24
Hex 38 30 4A 18 23 0 47 102 15 18
Octal 70 60 112 30 43 0 107 402 25 30
Binary 111000 110000 1001010 11000 100011 0 1000111 100000010 10101 11000

Color Harmonies of #38304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38304A

Black with #38304A

Text Example


Text Example

White with #38304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38304A; }

 p { color: rgb(56,48,74); }

 H1.HeaderClassName
 {
   color: #38304A;
 }
 .AnyTagClassName
 {
   color: #38304A;
 }
</style>

background-color css

<style>
 a { background-color: #38304A; }

 a { background-color: rgb(56,48,74); }

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

border-color css

<style>
 span { border-color: #38304A; }

 span { border-color: rgb(56,48,74); }

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