#314063

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

Shades of Gulf Blue #314063

Tints of Gulf Blue #314063

Color information

#314063 (or 0x314063) is unknown color: approx Gulf Blue. HEX triplet: 31, 40 and 63. RGB value is (49,64,99). Sum of RGB (Red+Green+Blue) = 49+64+99=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #314063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314063 is #CEBF9C. Grayscale: #3F3F3F. Windows color (decimal): -13549469 or 6504497. OLE color: 6504497.

HSL color Cylindrical-coordinate representation of color #314063: hue angle of 222º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314063 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB496499-
CMYK0.510.3500.61
HSL222º33.78%29.02%-
HSV(B)222º50.51%38.82%-
XYZ5.355.2212.53-
YUV63.5148.03117.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=23.11%
G=30.19%
B=46.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4964990.510.3500.6122233.7829.02
Hex314063332303Dde221d
Octal6110014363430753364235
Binary1100011000000110001111001110001101111011101111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314063; }

 p { color: rgb(49,64,99); }

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

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

 a { background-color: rgb(49,64,99); }

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

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

 span { border-color: rgb(49,64,99); }

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