Html Css Color HEX #31476B Gulf Blue

📋 copy color: '#31476B'

red 49 ◦ green 71 ◦ blue 107

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

Shades of Gulf Blue #31476B

Tints of Gulf Blue #31476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 21.59%
G = 31.28%
B = 47.14%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#31476B (or 0x31476B) is known color: Gulf Blue. HEX triplet: 31, 47 and 6B. RGB value is (49,71,107). Sum of RGB (Red+Green+Blue) = 49+71+107=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #31476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31476B is #CEB894. Grayscale: #444444. Windows color (decimal): -13547669 or 7030577. OLE color: 7030577.

HSL color Cylindrical-coordinate representation of color #31476B: hue angle of 217.24º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31476B is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 71 107 -
CMYK 0.54 0.34 0 0.58
HSL 217.24º 0.37% 0.31% -
HSV(B) 217.24º 0.54% 0.42% -
XYZ 6.17 6.22 14.79 -
YUV 68.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 49 71 107 0.54 0.34 0 0.58 217.24 0.37 0.31
Hex 31 47 6B 36 22 0 3A D9 25 1F
Octal 61 107 153 66 42 0 72 331 45 37
Binary 110001 1000111 1101011 110110 100010 0 111010 11011001 100101 11111

Color Harmonies of #31476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31476B

Black with #31476B

Text Example


Text Example

White with #31476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31476B; }

 p { color: rgb(49,71,107); }

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

background-color css

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

 a { background-color: rgb(49,71,107); }

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

border-color css

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

 span { border-color: rgb(49,71,107); }

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