#31476A

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

Shades of Gulf Blue #31476A

Tints of Gulf Blue #31476A

Color information

#31476A (or 0x31476A) is unknown color: approx Gulf Blue. HEX triplet: 31, 47 and 6A. RGB value is (49,71,106). Sum of RGB (Red+Green+Blue) = 49+71+106=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #31476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31476A is #CEB895. Grayscale: #444444. Windows color (decimal): -13547670 or 6965041. OLE color: 6965041.

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

Color convert

RGB4971106-
CMYK0.540.3300.58
HSL216.84º36.77%30.39%-
HSV(B)216.84º53.77%41.57%-
XYZ6.126.214.51-
YUV68.41149.21114.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=21.68%
G=31.42%
B=46.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49711060.540.3300.58216.8436.7730.39
Hex31476A362103Ad9251e
Octal6110715266410723314536
Binary1100011000111110101011011010000101110101101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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