Html Css Color HEX #313959 Gulf Blue

📋 copy color: '#313959'

red 49 ◦ green 57 ◦ blue 89

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

Shades of Gulf Blue #313959

Tints of Gulf Blue #313959

RGB

 RED value IS 49 (19.53% from 255) = 25.13%

 GREEN value IS 57 (22.66% from 255) = 29.23%

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

R = 25.13%
G = 29.23%
B = 45.64%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313959 (or 0x313959) is known color: Gulf Blue. HEX triplet: 31, 39 and 59. RGB value is (49,57,89). Sum of RGB (Red+Green+Blue) = 49+57+89=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #313959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313959 is #CEC6A6. Grayscale: #3A3A3A. Windows color (decimal): -13551271 or 5847345. OLE color: 5847345.

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

Color convert

RGB 49 57 89 -
CMYK 0.45 0.36 0 0.65
HSL 228º 0.29% 0.27% -
HSV(B) 228º 0.45% 0.35% -
XYZ 4.53 4.3 10.04 -
YUV 58.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 49 57 89 0.45 0.36 0 0.65 228 0.29 0.27
Hex 31 39 59 2D 24 0 41 E4 1D 1B
Octal 61 71 131 55 44 0 101 344 35 33
Binary 110001 111001 1011001 101101 100100 0 1000001 11100100 11101 11011

Color Harmonies of #313959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313959

Black with #313959

Text Example


Text Example

White with #313959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313959; }

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

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

background-color css

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

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

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

border-color css

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

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

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