#394561

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

Shades of Gulf Blue #394561

Tints of Gulf Blue #394561

Color information

#394561 (or 0x394561) is unknown color: approx Gulf Blue. HEX triplet: 39, 45 and 61. RGB value is (57,69,97). Sum of RGB (Red+Green+Blue) = 57+69+97=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #394561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394561 is #C6BA9E. Grayscale: #444444. Windows color (decimal): -13023903 or 6374713. OLE color: 6374713.

HSL color Cylindrical-coordinate representation of color #394561: hue angle of 222º degrees, saturation: 0.26, 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 #394561 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB576997-
CMYK0.410.2900.62
HSL222º25.97%30.2%-
HSV(B)222º41.24%38.04%-
XYZ5.975.9912.15-
YUV68.6144.02119.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=25.56%
G=30.94%
B=43.50%

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
Decimal5769970.410.2900.6222225.9730.2
Hex394561291D03Ede1a1e
Octal7110514151350763363236
Binary11100110001011100001101001111010111110110111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394561; }

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

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

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

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

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

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

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

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