Html Css Color HEX #394661 Gulf Blue

📋 copy color: '#394661'

red 57 ◦ green 70 ◦ blue 97

#394661
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gulf Blue #394661

Tints of Gulf Blue #394661

RGB

 RED value IS 57 (22.66% from 255) = 25.45%

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 25.45%
G = 31.25%
B = 43.3%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394661 (or 0x394661) is known color: Gulf Blue. HEX triplet: 39, 46 and 61. RGB value is (57,70,97). Sum of RGB (Red+Green+Blue) = 57+70+97=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #394661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394661 is #C6B99E. Grayscale: #454545. Windows color (decimal): -13023647 or 6374969. OLE color: 6374969.

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

Color convert

RGB 57 70 97 -
CMYK 0.41 0.28 0 0.62
HSL 220.5º 0.26% 0.3% -
HSV(B) 220.5º 0.41% 0.38% -
XYZ 6.04 6.11 12.17 -
YUV 69.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 57 70 97 0.41 0.28 0 0.62 220.5 0.26 0.3
Hex 39 46 61 29 1C 0 3E DC 1A 1E
Octal 71 106 141 51 34 0 76 334 32 36
Binary 111001 1000110 1100001 101001 11100 0 111110 11011100 11010 11110

Color Harmonies of #394661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394661

Black with #394661

Text Example


Text Example

White with #394661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394661; }

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

 H1.HeaderClassName
 {
   color: #394661;
 }
 .AnyTagClassName
 {
   color: #394661;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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