Html Css Color HEX #313E60 Gulf Blue

📋 copy color: '#313E60'

red 49 ◦ green 62 ◦ blue 96

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

Shades of Gulf Blue #313E60

Tints of Gulf Blue #313E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.38%

R = 23.67%
G = 29.95%
B = 46.38%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#313E60 (or 0x313E60) is known color: Gulf Blue. HEX triplet: 31, 3E and 60. RGB value is (49,62,96). Sum of RGB (Red+Green+Blue) = 49+62+96=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #313E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E60 is #CEC19F. Grayscale: #3D3D3D. Windows color (decimal): -13549984 or 6307377. OLE color: 6307377.

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

Color convert

RGB 49 62 96 -
CMYK 0.49 0.35 0 0.62
HSL 223.4º 0.32% 0.28% -
HSV(B) 223.4º 0.49% 0.38% -
XYZ 5.1 4.94 11.75 -
YUV 61.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 49 62 96 0.49 0.35 0 0.62 223.4 0.32 0.28
Hex 31 3E 60 31 23 0 3E DF 20 1C
Octal 61 76 140 61 43 0 76 337 40 34
Binary 110001 111110 1100000 110001 100011 0 111110 11011111 100000 11100

Color Harmonies of #313E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E60

Black with #313E60

Text Example


Text Example

White with #313E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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