#394665

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

Shades of Gulf Blue #394665

Tints of Gulf Blue #394665

Color information

#394665 (or 0x394665) is unknown color: approx Gulf Blue. HEX triplet: 39, 46 and 65. RGB value is (57,70,101). Sum of RGB (Red+Green+Blue) = 57+70+101=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #394665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394665 is #C6B99A. Grayscale: #454545. Windows color (decimal): -13023643 or 6637113. OLE color: 6637113.

HSL color Cylindrical-coordinate representation of color #394665: hue angle of 222.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #394665 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5770101-
CMYK0.440.3100.60
HSL222.27º27.85%30.98%-
HSV(B)222.27º43.56%39.61%-
XYZ6.236.1913.18-
YUV69.65145.69118.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=25%
G=30.70%
B=44.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57701010.440.3100.60222.2727.8530.98
Hex3946652C1F03Cde1c1f
Octal7110614554370743363437
Binary11100110001101100101101100111110111100110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394665; }

 p { color: rgb(57,70,101); }

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

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

 a { background-color: rgb(57,70,101); }

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

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

 span { border-color: rgb(57,70,101); }

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