#384970

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

Shades of Port Gore #384970

Tints of Port Gore #384970

Color information

#384970 (or 0x384970) is unknown color: approx Port Gore. HEX triplet: 38, 49 and 70. RGB value is (56,73,112). Sum of RGB (Red+Green+Blue) = 56+73+112=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #384970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384970 is #C7B68F. Grayscale: #484848. Windows color (decimal): -13088400 or 7358776. OLE color: 7358776.

HSL color Cylindrical-coordinate representation of color #384970: hue angle of 221.79º degrees, saturation: 0.33, 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 #384970 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5673112-
CMYK0.500.3500.56
HSL221.79º33.33%32.94%-
HSV(B)221.79º50%43.92%-
XYZ6.946.7816.27-
YUV72.36150.37116.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=23.24%
G=30.29%
B=46.47%

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
Decimal56731120.500.3500.56221.7933.3332.94
Hex3849703223038de2121
Octal7011116062430703364141
Binary11100010010011110000110010100011011100011011110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384970; }

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

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

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

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

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

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

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

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