Html Css Color HEX #313E59 Gulf Blue

📋 copy color: '#313E59'

red 49 ◦ green 62 ◦ blue 89

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

Shades of Gulf Blue #313E59

Tints of Gulf Blue #313E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31%

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

R = 24.5%
G = 31%
B = 44.5%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#313E59 (or 0x313E59) is known color: Gulf Blue. HEX triplet: 31, 3E and 59. RGB value is (49,62,89). Sum of RGB (Red+Green+Blue) = 49+62+89=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #313E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E59 is #CEC1A6. Grayscale: #3D3D3D. Windows color (decimal): -13549991 or 5848625. OLE color: 5848625.

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

Color convert

RGB 49 62 89 -
CMYK 0.45 0.30 0 0.65
HSL 220.5º 0.29% 0.27% -
HSV(B) 220.5º 0.45% 0.35% -
XYZ 4.79 4.82 10.13 -
YUV 61.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 49 62 89 0.45 0.30 0 0.65 220.5 0.29 0.27
Hex 31 3E 59 2D 1E 0 41 DC 1D 1B
Octal 61 76 131 55 36 0 101 334 35 33
Binary 110001 111110 1011001 101101 11110 0 1000001 11011100 11101 11011

Color Harmonies of #313E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E59

Black with #313E59

Text Example


Text Example

White with #313E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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