#384971

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

Shades of Port Gore #384971

Tints of Port Gore #384971

Color information

#384971 (or 0x384971) is unknown color: approx Port Gore. HEX triplet: 38, 49 and 71. RGB value is (56,73,113). Sum of RGB (Red+Green+Blue) = 56+73+113=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #384971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384971 is #C7B68E. Grayscale: #484848. Windows color (decimal): -13088399 or 7424312. OLE color: 7424312.

HSL color Cylindrical-coordinate representation of color #384971: hue angle of 222.11º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #384971 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5673113-
CMYK0.500.3500.56
HSL222.11º33.73%33.14%-
HSV(B)222.11º50.44%44.31%-
XYZ6.996.816.57-
YUV72.48150.87116.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=23.14%
G=30.17%
B=46.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56731130.500.3500.56222.1133.7333.14
Hex3849713223038de2221
Octal7011116162430703364241
Binary11100010010011110001110010100011011100011011110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384971; }

 p { color: rgb(56,73,113); }

 H1.HeaderClassName
 {
   color: #384971;
 }
 .AnyTagClassName
 {
   color: #384971;
 }
</style>
background-color css

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

 a { background-color: rgb(56,73,113); }

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

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

 span { border-color: rgb(56,73,113); }

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