#394672

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

Shades of Port Gore #394672

Tints of Port Gore #394672

Color information

#394672 (or 0x394672) is unknown color: approx Port Gore. HEX triplet: 39, 46 and 72. RGB value is (57,70,114). Sum of RGB (Red+Green+Blue) = 57+70+114=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #394672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394672 is #C6B98D. Grayscale: #464646. Windows color (decimal): -13023630 or 7489081. OLE color: 7489081.

HSL color Cylindrical-coordinate representation of color #394672: hue angle of 226.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394672 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5770114-
CMYK0.500.3900.55
HSL226.32º33.33%33.53%-
HSV(B)226.32º50%44.71%-
XYZ6.916.4716.8-
YUV71.13152.19117.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=23.65%
G=29.05%
B=47.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57701140.500.3900.55226.3233.3333.53
Hex3946723227037e22122
Octal7110616262470673424142
Binary11100110001101110010110010100111011011111100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394672; }

 p { color: rgb(57,70,114); }

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

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

 a { background-color: rgb(57,70,114); }

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

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

 span { border-color: rgb(57,70,114); }

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