#384969

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

Shades of Port Gore #384969

Tints of Port Gore #384969

Color information

#384969 (or 0x384969) is unknown color: approx Port Gore. HEX triplet: 38, 49 and 69. RGB value is (56,73,105). Sum of RGB (Red+Green+Blue) = 56+73+105=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #384969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384969 is #C7B696. Grayscale: #474747. Windows color (decimal): -13088407 or 6900024. OLE color: 6900024.

HSL color Cylindrical-coordinate representation of color #384969: hue angle of 219.18º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384969 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5673105-
CMYK0.470.3000.59
HSL219.18º30.43%31.57%-
HSV(B)219.18º46.67%41.18%-
XYZ6.566.6314.3-
YUV71.56146.87116.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 105 (41.41% from 255) = 44.87%
R=23.93%
G=31.20%
B=44.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56731050.470.3000.59219.1830.4331.57
Hex3849692F1E03Bdb1e20
Octal7011115157360733333640
Binary111000100100111010011011111111001110111101101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384969; }

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

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

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

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

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

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

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

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