#394767

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

Shades of Port Gore #394767

Tints of Port Gore #394767

Color information

#394767 (or 0x394767) is unknown color: approx Port Gore. HEX triplet: 39, 47 and 67. RGB value is (57,71,103). Sum of RGB (Red+Green+Blue) = 57+71+103=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #394767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394767 is #C6B898. Grayscale: #464646. Windows color (decimal): -13023385 or 6768441. OLE color: 6768441.

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

Color convert

RGB5771103-
CMYK0.450.3100.60
HSL221.74º28.75%31.37%-
HSV(B)221.74º44.66%40.39%-
XYZ6.396.3613.72-
YUV70.46146.36118.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=24.68%
G=30.74%
B=44.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57711030.450.3100.60221.7428.7531.37
Hex3947672D1F03Cde1d1f
Octal7110714755370743363537
Binary11100110001111100111101101111110111100110111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394767; }

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

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

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

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

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

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

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

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