Html Css Color HEX #394762 Gulf Blue

📋 copy color: '#394762'

red 57 ◦ green 71 ◦ blue 98

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

Shades of Gulf Blue #394762

Tints of Gulf Blue #394762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

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

R = 25.22%
G = 31.42%
B = 43.36%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#394762 (or 0x394762) is known color: Gulf Blue. HEX triplet: 39, 47 and 62. RGB value is (57,71,98). Sum of RGB (Red+Green+Blue) = 57+71+98=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #394762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394762 is #C6B89D. Grayscale: #454545. Windows color (decimal): -13023390 or 6440761. OLE color: 6440761.

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

Color convert

RGB 57 71 98 -
CMYK 0.42 0.28 0 0.62
HSL 219.51º 0.26% 0.3% -
HSV(B) 219.51º 0.42% 0.38% -
XYZ 6.15 6.26 12.44 -
YUV 69.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 57 71 98 0.42 0.28 0 0.62 219.51 0.26 0.3
Hex 39 47 62 2A 1C 0 3E DC 1A 1E
Octal 71 107 142 52 34 0 76 334 32 36
Binary 111001 1000111 1100010 101010 11100 0 111110 11011100 11010 11110

Color Harmonies of #394762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394762

Black with #394762

Text Example


Text Example

White with #394762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394762; }

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

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

background-color css

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

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

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

border-color css

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

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

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