#394460

Color #394460 Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #394460

Tints of Gulf Blue #394460

Color information

#394460 (or 0x394460) is unknown color: approx Gulf Blue. HEX triplet: 39, 44 and 60. RGB value is (57,68,96). Sum of RGB (Red+Green+Blue) = 57+68+96=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #394460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394460 is #C6BB9F. Grayscale: #434343. Windows color (decimal): -13024160 or 6308921. OLE color: 6308921.

HSL color Cylindrical-coordinate representation of color #394460: hue angle of 223.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394460 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB576896-
CMYK0.410.2900.62
HSL223.08º25.49%30%-
HSV(B)223.08º40.62%37.65%-
XYZ5.875.8511.89-
YUV67.9143.86120.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=25.79%
G=30.77%
B=43.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5768960.410.2900.62223.0825.4930
Hex394460291D03Edf191e
Octal7110414051350763373136
Binary11100110001001100000101001111010111110110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394460; }

 p { color: rgb(57,68,96); }

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

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

 a { background-color: rgb(57,68,96); }

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

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

 span { border-color: rgb(57,68,96); }

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