Html Css Color HEX #393F58 Gulf Blue

📋 copy color: '#393F58'

red 57 ◦ green 63 ◦ blue 88

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

Shades of Gulf Blue #393F58

Tints of Gulf Blue #393F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.31%

R = 27.4%
G = 30.29%
B = 42.31%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393F58 (or 0x393F58) is known color: Gulf Blue. HEX triplet: 39, 3F and 58. RGB value is (57,63,88). Sum of RGB (Red+Green+Blue) = 57+63+88=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #393F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F58 is #C6C0A7. Grayscale: #3F3F3F. Windows color (decimal): -13025448 or 5783353. OLE color: 5783353.

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

Color convert

RGB 57 63 88 -
CMYK 0.35 0.28 0 0.65
HSL 228.39º 0.21% 0.28% -
HSV(B) 228.39º 0.35% 0.35% -
XYZ 5.23 5.13 9.95 -
YUV 64.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 57 63 88 0.35 0.28 0 0.65 228.39 0.21 0.28
Hex 39 3F 58 23 1C 0 41 E4 15 1C
Octal 71 77 130 43 34 0 101 344 25 34
Binary 111001 111111 1011000 100011 11100 0 1000001 11100100 10101 11100

Color Harmonies of #393F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F58

Black with #393F58

Text Example


Text Example

White with #393F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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