Html Css Color HEX #313E5F Gulf Blue

📋 copy color: '#313E5F'

red 49 ◦ green 62 ◦ blue 95

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

Shades of Gulf Blue #313E5F

Tints of Gulf Blue #313E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 23.79%
G = 30.1%
B = 46.12%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#313E5F (or 0x313E5F) is known color: Gulf Blue. HEX triplet: 31, 3E and 5F. RGB value is (49,62,95). Sum of RGB (Red+Green+Blue) = 49+62+95=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #313E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E5F is #CEC1A0. Grayscale: #3D3D3D. Windows color (decimal): -13549985 or 6241841. OLE color: 6241841.

HSL color Cylindrical-coordinate representation of color #313E5F: hue angle of 223.04º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #313E5F is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 62 95 -
CMYK 0.48 0.35 0 0.63
HSL 223.04º 0.32% 0.28% -
HSV(B) 223.04º 0.48% 0.37% -
XYZ 5.05 4.92 11.51 -
YUV 61.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 49 62 95 0.48 0.35 0 0.63 223.04 0.32 0.28
Hex 31 3E 5F 30 23 0 3F DF 20 1C
Octal 61 76 137 60 43 0 77 337 40 34
Binary 110001 111110 1011111 110000 100011 0 111111 11011111 100000 11100

Color Harmonies of #313E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E5F

Black with #313E5F

Text Example


Text Example

White with #313E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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