#394361

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

Shades of Gulf Blue #394361

Tints of Gulf Blue #394361

Color information

#394361 (or 0x394361) is unknown color: approx Gulf Blue. HEX triplet: 39, 43 and 61. RGB value is (57,67,97). Sum of RGB (Red+Green+Blue) = 57+67+97=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #394361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394361 is #C6BC9E. Grayscale: #434343. Windows color (decimal): -13024415 or 6374201. OLE color: 6374201.

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

Color convert

RGB576797-
CMYK0.410.3100.62
HSL225º25.97%30.2%-
HSV(B)225º41.24%38.04%-
XYZ5.855.7512.11-
YUV67.43144.69120.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 97 (38.28% from 255) = 43.89%
R=25.79%
G=30.32%
B=43.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5767970.410.3100.6222525.9730.2
Hex394361291F03Ee11a1e
Octal7110314151370763413236
Binary11100110000111100001101001111110111110111000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394361; }

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

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

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

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

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

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

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

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