Html Css Color HEX #393D56 Gulf Blue

📋 copy color: '#393D56'

red 57 ◦ green 61 ◦ blue 86

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

Shades of Gulf Blue #393D56

Tints of Gulf Blue #393D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 27.94%
G = 29.9%
B = 42.16%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#393D56 (or 0x393D56) is known color: Gulf Blue. HEX triplet: 39, 3D and 56. RGB value is (57,61,86). Sum of RGB (Red+Green+Blue) = 57+61+86=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 86 - color contains mainly: blue. Hex color #393D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D56 is #C6C2A9. Grayscale: #3E3E3E. Windows color (decimal): -13025962 or 5651769. OLE color: 5651769.

HSL color Cylindrical-coordinate representation of color #393D56: hue angle of 231.72º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #393D56 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 57 61 86 -
CMYK 0.34 0.29 0 0.66
HSL 231.72º 0.2% 0.28% -
HSV(B) 231.72º 0.34% 0.34% -
XYZ 5.04 4.88 9.48 -
YUV 62.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 57 61 86 0.34 0.29 0 0.66 231.72 0.2 0.28
Hex 39 3D 56 22 1D 0 42 E8 14 1C
Octal 71 75 126 42 35 0 102 350 24 34
Binary 111001 111101 1010110 100010 11101 0 1000010 11101000 10100 11100

Color Harmonies of #393D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D56

Black with #393D56

Text Example


Text Example

White with #393D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,86); }

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

background-color css

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

 a { background-color: rgb(57,61,86); }

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

border-color css

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

 span { border-color: rgb(57,61,86); }

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