Html Css Color HEX #313859 Gulf Blue

📋 copy color: '#313859'

red 49 ◦ green 56 ◦ blue 89

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

Shades of Gulf Blue #313859

Tints of Gulf Blue #313859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

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

R = 25.26%
G = 28.87%
B = 45.88%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313859 (or 0x313859) is known color: Gulf Blue. HEX triplet: 31, 38 and 59. RGB value is (49,56,89). Sum of RGB (Red+Green+Blue) = 49+56+89=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #313859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313859 is #CEC7A6. Grayscale: #393939. Windows color (decimal): -13551527 or 5847089. OLE color: 5847089.

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

Color convert

RGB 49 56 89 -
CMYK 0.45 0.37 0 0.65
HSL 229.5º 0.29% 0.27% -
HSV(B) 229.5º 0.45% 0.35% -
XYZ 4.48 4.2 10.03 -
YUV 57.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 49 56 89 0.45 0.37 0 0.65 229.5 0.29 0.27
Hex 31 38 59 2D 25 0 41 E6 1D 1B
Octal 61 70 131 55 45 0 101 346 35 33
Binary 110001 111000 1011001 101101 100101 0 1000001 11100110 11101 11011

Color Harmonies of #313859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313859

Black with #313859

Text Example


Text Example

White with #313859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313859; }

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

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

background-color css

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

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

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

border-color css

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

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

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