#394862

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

Shades of Gulf Blue #394862

Tints of Gulf Blue #394862

Color information

#394862 (or 0x394862) is unknown color: approx Gulf Blue. HEX triplet: 39, 48 and 62. RGB value is (57,72,98). Sum of RGB (Red+Green+Blue) = 57+72+98=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #394862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394862 is #C6B79D. Grayscale: #464646. Windows color (decimal): -13023134 or 6441017. OLE color: 6441017.

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

Color convert

RGB577298-
CMYK0.420.2700.62
HSL218.05º26.45%30.39%-
HSV(B)218.05º41.84%38.43%-
XYZ6.216.3912.46-
YUV70.48143.53118.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=25.11%
G=31.72%
B=43.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5772980.420.2700.62218.0526.4530.39
Hex3948622A1B03Eda1a1e
Octal7111014252330763323236
Binary11100110010001100010101010110110111110110110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394862; }

 p { color: rgb(57,72,98); }

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

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

 a { background-color: rgb(57,72,98); }

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

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

 span { border-color: rgb(57,72,98); }

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