#394058

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

Shades of Gulf Blue #394058

Tints of Gulf Blue #394058

Color information

#394058 (or 0x394058) is unknown color: approx Gulf Blue. HEX triplet: 39, 40 and 58. RGB value is (57,64,88). Sum of RGB (Red+Green+Blue) = 57+64+88=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #394058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394058 is #C6BFA7. Grayscale: #404040. Windows color (decimal): -13025192 or 5783609. OLE color: 5783609.

HSL color Cylindrical-coordinate representation of color #394058: hue angle of 226.45º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #394058 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB576488-
CMYK0.350.2700.65
HSL226.45º21.38%28.43%-
HSV(B)226.45º35.23%34.51%-
XYZ5.285.249.97-
YUV64.64141.18122.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=27.27%
G=30.62%
B=42.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5764880.350.2700.65226.4521.3828.43
Hex394058231B041e2151c
Octal71100130433301013422534
Binary111001100000010110001000111101101000001111000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394058; }

 p { color: rgb(57,64,88); }

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

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

 a { background-color: rgb(57,64,88); }

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

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

 span { border-color: rgb(57,64,88); }

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