#394768

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

Shades of Port Gore #394768

Tints of Port Gore #394768

Color information

#394768 (or 0x394768) is unknown color: approx Port Gore. HEX triplet: 39, 47 and 68. RGB value is (57,71,104). Sum of RGB (Red+Green+Blue) = 57+71+104=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #394768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394768 is #C6B897. Grayscale: #464646. Windows color (decimal): -13023384 or 6833977. OLE color: 6833977.

HSL color Cylindrical-coordinate representation of color #394768: hue angle of 222.13º 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 #394768 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5771104-
CMYK0.450.3200.59
HSL222.13º29.19%31.57%-
HSV(B)222.13º45.19%40.78%-
XYZ6.446.3813.99-
YUV70.58146.86118.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=24.57%
G=30.60%
B=44.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57711040.450.3200.59222.1329.1931.57
Hex3947682D2003Bde1d20
Octal7110715055400733363540
Binary1110011000111110100010110110000001110111101111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394768; }

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

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

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

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

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

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

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

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