Html Css Color HEX #38324B Martinique

📋 copy color: '#38324B'

red 56 ◦ green 50 ◦ blue 75

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

Shades of Martinique #38324B

Tints of Martinique #38324B

RGB

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

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

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

R = 30.94%
G = 27.62%
B = 41.44%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38324B (or 0x38324B) is known color: Martinique. HEX triplet: 38, 32 and 4B. RGB value is (56,50,75). Sum of RGB (Red+Green+Blue) = 56+50+75=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #38324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38324B is #C7CDB4. Grayscale: #363636. Windows color (decimal): -13094325 or 4928056. OLE color: 4928056.

HSL color Cylindrical-coordinate representation of color #38324B: hue angle of 254.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38324B is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 50 75 -
CMYK 0.25 0.33 0 0.71
HSL 254.4º 0.2% 0.25% -
HSV(B) 254.4º 0.33% 0.29% -
XYZ 4.04 3.63 7.14 -
YUV 54.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 56 50 75 0.25 0.33 0 0.71 254.4 0.2 0.25
Hex 38 32 4B 19 21 0 47 FE 14 19
Octal 70 62 113 31 41 0 107 376 24 31
Binary 111000 110010 1001011 11001 100001 0 1000111 11111110 10100 11001

Color Harmonies of #38324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38324B

Black with #38324B

Text Example


Text Example

White with #38324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38324B; }

 p { color: rgb(56,50,75); }

 H1.HeaderClassName
 {
   color: #38324B;
 }
 .AnyTagClassName
 {
   color: #38324B;
 }
</style>

background-color css

<style>
 a { background-color: #38324B; }

 a { background-color: rgb(56,50,75); }

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

border-color css

<style>
 span { border-color: #38324B; }

 span { border-color: rgb(56,50,75); }

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