#384770

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

Shades of Port Gore #384770

Tints of Port Gore #384770

Color information

#384770 (or 0x384770) is unknown color: approx Port Gore. HEX triplet: 38, 47 and 70. RGB value is (56,71,112). Sum of RGB (Red+Green+Blue) = 56+71+112=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #384770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384770 is #C7B88F. Grayscale: #474747. Windows color (decimal): -13088912 or 7358264. OLE color: 7358264.

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

Color convert

RGB5671112-
CMYK0.500.3700.56
HSL223.93º33.33%32.94%-
HSV(B)223.93º50%43.92%-
XYZ6.816.5216.23-
YUV71.19151.03117.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=23.43%
G=29.71%
B=46.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56711120.500.3700.56223.9333.3332.94
Hex3847703225038e02121
Octal7010716062450703404141
Binary11100010001111110000110010100101011100011100000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384770; }

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

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

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

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

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

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

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

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