Html Css Color HEX #313759 Gulf Blue

📋 copy color: '#313759'

red 49 ◦ green 55 ◦ blue 89

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

Shades of Gulf Blue #313759

Tints of Gulf Blue #313759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

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

R = 25.39%
G = 28.5%
B = 46.11%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313759 (or 0x313759) is known color: Gulf Blue. HEX triplet: 31, 37 and 59. RGB value is (49,55,89). Sum of RGB (Red+Green+Blue) = 49+55+89=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #313759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313759 is #CEC8A6. Grayscale: #383838. Windows color (decimal): -13551783 or 5846833. OLE color: 5846833.

HSL color Cylindrical-coordinate representation of color #313759: hue angle of 231º 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 #313759 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 55 89 -
CMYK 0.45 0.38 0 0.65
HSL 231º 0.29% 0.27% -
HSV(B) 231º 0.45% 0.35% -
XYZ 4.44 4.11 10.01 -
YUV 57.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 49 55 89 0.45 0.38 0 0.65 231 0.29 0.27
Hex 31 37 59 2D 26 0 41 E7 1D 1B
Octal 61 67 131 55 46 0 101 347 35 33
Binary 110001 110111 1011001 101101 100110 0 1000001 11100111 11101 11011

Color Harmonies of #313759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313759

Black with #313759

Text Example


Text Example

White with #313759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313759; }

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

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

background-color css

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

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

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

border-color css

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

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

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