Html Css Color HEX #394662 Gulf Blue

📋 copy color: '#394662'

red 57 ◦ green 70 ◦ blue 98

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

Shades of Gulf Blue #394662

Tints of Gulf Blue #394662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 25.33%
G = 31.11%
B = 43.56%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394662 (or 0x394662) is known color: Gulf Blue. HEX triplet: 39, 46 and 62. RGB value is (57,70,98). Sum of RGB (Red+Green+Blue) = 57+70+98=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #394662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394662 is #C6B99D. Grayscale: #454545. Windows color (decimal): -13023646 or 6440505. OLE color: 6440505.

HSL color Cylindrical-coordinate representation of color #394662: hue angle of 220.98º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #394662 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 70 98 -
CMYK 0.42 0.29 0 0.62
HSL 220.98º 0.26% 0.3% -
HSV(B) 220.98º 0.42% 0.38% -
XYZ 6.08 6.13 12.42 -
YUV 69.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 57 70 98 0.42 0.29 0 0.62 220.98 0.26 0.3
Hex 39 46 62 2A 1D 0 3E DD 1A 1E
Octal 71 106 142 52 35 0 76 335 32 36
Binary 111001 1000110 1100010 101010 11101 0 111110 11011101 11010 11110

Color Harmonies of #394662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394662

Black with #394662

Text Example


Text Example

White with #394662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394662; }

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

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

background-color css

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

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

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

border-color css

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

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

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