#394868

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

Shades of Port Gore #394868

Tints of Port Gore #394868

Color information

#394868 (or 0x394868) is unknown color: approx Port Gore. HEX triplet: 39, 48 and 68. RGB value is (57,72,104). Sum of RGB (Red+Green+Blue) = 57+72+104=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #394868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394868 is #C6B797. Grayscale: #474747. Windows color (decimal): -13023128 or 6834233. OLE color: 6834233.

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

Color convert

RGB5772104-
CMYK0.450.3100.59
HSL220.85º29.19%31.57%-
HSV(B)220.85º45.19%40.78%-
XYZ6.56.514.01-
YUV71.16146.53117.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=24.46%
G=30.90%
B=44.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57721040.450.3100.59220.8529.1931.57
Hex3948682D1F03Bdd1d20
Octal7111015055370733353540
Binary111001100100011010001011011111101110111101110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394868; }

 p { color: rgb(57,72,104); }

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

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

 a { background-color: rgb(57,72,104); }

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

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

 span { border-color: rgb(57,72,104); }

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