#394368

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

Shades of Port Gore #394368

Tints of Port Gore #394368

Color information

#394368 (or 0x394368) is unknown color: approx Port Gore. HEX triplet: 39, 43 and 68. RGB value is (57,67,104). Sum of RGB (Red+Green+Blue) = 57+67+104=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #394368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394368 is #C6BC97. Grayscale: #444444. Windows color (decimal): -13024408 or 6832953. OLE color: 6832953.

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

Color convert

RGB5767104-
CMYK0.450.3600.59
HSL227.23º29.19%31.57%-
HSV(B)227.23º45.19%40.78%-
XYZ6.195.8813.91-
YUV68.23148.19119.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=25%
G=29.39%
B=45.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57671040.450.3600.59227.2329.1931.57
Hex3943682D2403Be31d20
Octal7110315055440733433540
Binary1110011000011110100010110110010001110111110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394368; }

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

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

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

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

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

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

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

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