#394562

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

Shades of Gulf Blue #394562

Tints of Gulf Blue #394562

Color information

#394562 (or 0x394562) is unknown color: approx Gulf Blue. HEX triplet: 39, 45 and 62. RGB value is (57,69,98). Sum of RGB (Red+Green+Blue) = 57+69+98=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #394562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394562 is #C6BA9D. Grayscale: #444444. Windows color (decimal): -13023902 or 6440249. OLE color: 6440249.

HSL color Cylindrical-coordinate representation of color #394562: hue angle of 222.44º 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 #394562 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB576998-
CMYK0.420.3000.62
HSL222.44º26.45%30.39%-
HSV(B)222.44º41.84%38.43%-
XYZ6.026.0112.4-
YUV68.72144.52119.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 98 (38.67% from 255) = 43.75%
R=25.45%
G=30.80%
B=43.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5769980.420.3000.62222.4426.4530.39
Hex3945622A1E03Ede1a1e
Octal7110514252360763363236
Binary11100110001011100010101010111100111110110111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394562; }

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

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

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

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

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

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

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

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