#383445

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

Shades of Martinique #383445

Tints of Martinique #383445

Color information

#383445 (or 0x383445) is unknown color: approx 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

RGB565269-
CMYK0.190.2500.73
HSL254.12º14.05%23.73%-
HSV(B)254.12º24.64%27.06%-
XYZ3.933.736.14-
YUV55.13135.83128.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5652690.190.2500.73254.1214.0523.73
Hex3834451319049fee18
Octal7064105233101113761630
Binary111000110100100010110011110010100100111111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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