#394268

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

Shades of Port Gore #394268

Tints of Port Gore #394268

Color information

#394268 (or 0x394268) is unknown color: approx Port Gore. HEX triplet: 39, 42 and 68. RGB value is (57,66,104). Sum of RGB (Red+Green+Blue) = 57+66+104=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #394268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394268 is #C6BD97. Grayscale: #434343. Windows color (decimal): -13024664 or 6832697. OLE color: 6832697.

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

Color convert

RGB5766104-
CMYK0.450.3700.59
HSL228.51º29.19%31.57%-
HSV(B)228.51º45.19%40.78%-
XYZ6.135.7713.89-
YUV67.64148.52120.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=25.11%
G=29.07%
B=45.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57661040.450.3700.59228.5129.1931.57
Hex3942682D2503Be51d20
Octal7110215055450733453540
Binary1110011000010110100010110110010101110111110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394268; }

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

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

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

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

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

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

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

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