#31466B

Color #31466B Gulf Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Blue #31466B

Tints of Gulf Blue #31466B

Color information

#31466B (or 0x31466B) is unknown color: approx Gulf Blue. HEX triplet: 31, 46 and 6B. RGB value is (49,70,107). Sum of RGB (Red+Green+Blue) = 49+70+107=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #31466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31466B is #CEB994. Grayscale: #434343. Windows color (decimal): -13547925 or 7030321. OLE color: 7030321.

HSL color Cylindrical-coordinate representation of color #31466B: hue angle of 218.28º 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 #31466B is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4970107-
CMYK0.540.3500.58
HSL218.28º37.18%30.59%-
HSV(B)218.28º54.21%41.96%-
XYZ6.116.0914.76-
YUV67.94150.04114.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=21.68%
G=30.97%
B=47.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49701070.540.3500.58218.2837.1830.59
Hex31466B362303Ada251f
Octal6110615366430723324537
Binary1100011000110110101111011010001101110101101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31466B;
 }
 .AnyTagClassName
 {
   color: #31466B;
 }
</style>
background-color css

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

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

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

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

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

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