#31466A

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

Shades of Gulf Blue #31466A

Tints of Gulf Blue #31466A

Color information

#31466A (or 0x31466A) is unknown color: approx Gulf Blue. HEX triplet: 31, 46 and 6A. RGB value is (49,70,106). Sum of RGB (Red+Green+Blue) = 49+70+106=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #31466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31466A is #CEB995. Grayscale: #434343. Windows color (decimal): -13547926 or 6964785. OLE color: 6964785.

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

Color convert

RGB4970106-
CMYK0.540.3400.58
HSL217.89º36.77%30.39%-
HSV(B)217.89º53.77%41.57%-
XYZ6.066.0714.49-
YUV67.82149.54114.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=21.78%
G=31.11%
B=47.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49701060.540.3400.58217.8936.7730.39
Hex31466A362203Ada251e
Octal6110615266420723324536
Binary1100011000110110101011011010001001110101101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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