Html Css Color HEX #383445 Martinique

📋 copy color: '#383445'

red 56 ◦ green 52 ◦ blue 69

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

Shades of Martinique #383445

Tints of Martinique #383445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.98%

R = 31.64%
G = 29.38%
B = 38.98%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383445 (or 0x383445) is known color: Martinique. HEX triplet: 38, 34 and 45. RGB value is (56,52,69). Sum of RGB (Red+Green+Blue) = 56+52+69=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #383445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383445 is #C7CBBA. Grayscale: #373737. Windows color (decimal): -13093819 or 4535352. OLE color: 4535352.

HSL color Cylindrical-coordinate representation of color #383445: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #383445 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 52 69 -
CMYK 0.19 0.25 0 0.73
HSL 254.12º 0.14% 0.24% -
HSV(B) 254.12º 0.25% 0.27% -
XYZ 3.93 3.73 6.14 -
YUV 55.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 56 52 69 0.19 0.25 0 0.73 254.12 0.14 0.24
Hex 38 34 45 13 19 0 49 FE E 18
Octal 70 64 105 23 31 0 111 376 16 30
Binary 111000 110100 1000101 10011 11001 0 1001001 11111110 1110 11000

Color Harmonies of #383445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383445

Black with #383445

Text Example


Text Example

White with #383445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383445; }

 p { color: rgb(56,52,69); }

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

background-color css

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

 a { background-color: rgb(56,52,69); }

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

border-color css

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

 span { border-color: rgb(56,52,69); }

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