#394461

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

Shades of Gulf Blue #394461

Tints of Gulf Blue #394461

Color information

#394461 (or 0x394461) is unknown color: approx Gulf Blue. HEX triplet: 39, 44 and 61. RGB value is (57,68,97). Sum of RGB (Red+Green+Blue) = 57+68+97=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #394461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394461 is #C6BB9E. Grayscale: #434343. Windows color (decimal): -13024159 or 6374457. OLE color: 6374457.

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

Color convert

RGB576897-
CMYK0.410.3000.62
HSL223.5º25.97%30.2%-
HSV(B)223.5º41.24%38.04%-
XYZ5.915.8712.13-
YUV68.02144.36120.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=25.68%
G=30.63%
B=43.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5768970.410.3000.62223.525.9730.2
Hex394461291E03Ee01a1e
Octal7110414151360763403236
Binary11100110001001100001101001111100111110111000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394461; }

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

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

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

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

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

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

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

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