#38304A

Color #38304A Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #38304A

Tints of Martinique #38304A

Color information

#38304A (or 0x38304A) is unknown color: approx 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

RGB564874-
CMYK0.240.3500.71
HSL258.46º21.31%23.92%-
HSV(B)258.46º35.14%29.02%-
XYZ3.923.456.94-
YUV53.36139.65129.89-

RGB Variations

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

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.30% from 255) = 41.57%
R=31.46%
G=26.97%
B=41.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5648740.240.3500.71258.4621.3123.92
Hex38304A18230471021518
Octal7060112304301074022530
Binary111000110000100101011000100011010001111000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>