Html Css Color HEX #393E59 Gulf Blue

📋 copy color: '#393E59'

red 57 ◦ green 62 ◦ blue 89

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

Shades of Gulf Blue #393E59

Tints of Gulf Blue #393E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.81%

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 27.4%
G = 29.81%
B = 42.79%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393E59 (or 0x393E59) is known color: Gulf Blue. HEX triplet: 39, 3E and 59. RGB value is (57,62,89). Sum of RGB (Red+Green+Blue) = 57+62+89=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #393E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E59 is #C6C1A6. Grayscale: #3F3F3F. Windows color (decimal): -13025703 or 5848633. OLE color: 5848633.

HSL color Cylindrical-coordinate representation of color #393E59: hue angle of 230.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #393E59 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 62 89 -
CMYK 0.36 0.30 0 0.65
HSL 230.63º 0.22% 0.29% -
HSV(B) 230.63º 0.36% 0.35% -
XYZ 5.21 5.04 10.15 -
YUV 63.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 57 62 89 0.36 0.30 0 0.65 230.63 0.22 0.29
Hex 39 3E 59 24 1E 0 41 E7 16 1D
Octal 71 76 131 44 36 0 101 347 26 35
Binary 111001 111110 1011001 100100 11110 0 1000001 11100111 10110 11101

Color Harmonies of #393E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E59

Black with #393E59

Text Example


Text Example

White with #393E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393E59; }

 p { color: rgb(57,62,89); }

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

background-color css

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

 a { background-color: rgb(57,62,89); }

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

border-color css

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

 span { border-color: rgb(57,62,89); }

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