Html Css Color HEX #313E5B Gulf Blue

📋 copy color: '#313E5B'

red 49 ◦ green 62 ◦ blue 91

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

Shades of Gulf Blue #313E5B

Tints of Gulf Blue #313E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 24.26%
G = 30.69%
B = 45.05%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#313E5B (or 0x313E5B) is known color: Gulf Blue. HEX triplet: 31, 3E and 5B. RGB value is (49,62,91). Sum of RGB (Red+Green+Blue) = 49+62+91=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #313E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E5B is #CEC1A4. Grayscale: #3D3D3D. Windows color (decimal): -13549989 or 5979697. OLE color: 5979697.

HSL color Cylindrical-coordinate representation of color #313E5B: hue angle of 221.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313E5B is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 62 91 -
CMYK 0.46 0.32 0 0.64
HSL 221.43º 0.3% 0.27% -
HSV(B) 221.43º 0.46% 0.36% -
XYZ 4.88 4.85 10.58 -
YUV 61.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 49 62 91 0.46 0.32 0 0.64 221.43 0.3 0.27
Hex 31 3E 5B 2E 20 0 40 DD 1E 1B
Octal 61 76 133 56 40 0 100 335 36 33
Binary 110001 111110 1011011 101110 100000 0 1000000 11011101 11110 11011

Color Harmonies of #313E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E5B

Black with #313E5B

Text Example


Text Example

White with #313E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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