Html Css Color HEX #393F59 Gulf Blue

📋 copy color: '#393F59'

red 57 ◦ green 63 ◦ blue 89

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

Shades of Gulf Blue #393F59

Tints of Gulf Blue #393F59

RGB

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

 GREEN value IS 63 (25% from 255) = 30.14%

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

R = 27.27%
G = 30.14%
B = 42.58%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393F59 (or 0x393F59) is known color: Gulf Blue. HEX triplet: 39, 3F and 59. RGB value is (57,63,89). Sum of RGB (Red+Green+Blue) = 57+63+89=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #393F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F59 is #C6C0A6. Grayscale: #404040. Windows color (decimal): -13025447 or 5848889. OLE color: 5848889.

HSL color Cylindrical-coordinate representation of color #393F59: hue angle of 228.75º 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 #393F59 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 63 89 -
CMYK 0.36 0.29 0 0.65
HSL 228.75º 0.22% 0.29% -
HSV(B) 228.75º 0.36% 0.35% -
XYZ 5.27 5.15 10.17 -
YUV 64.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 57 63 89 0.36 0.29 0 0.65 228.75 0.22 0.29
Hex 39 3F 59 24 1D 0 41 E5 16 1D
Octal 71 77 131 44 35 0 101 345 26 35
Binary 111001 111111 1011001 100100 11101 0 1000001 11100101 10110 11101

Color Harmonies of #393F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F59

Black with #393F59

Text Example


Text Example

White with #393F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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