#314563

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

Shades of Gulf Blue #314563

Tints of Gulf Blue #314563

Color information

#314563 (or 0x314563) is unknown color: approx Gulf Blue. HEX triplet: 31, 45 and 63. RGB value is (49,69,99). Sum of RGB (Red+Green+Blue) = 49+69+99=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #314563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314563 is #CEBA9C. Grayscale: #424242. Windows color (decimal): -13548189 or 6505777. OLE color: 6505777.

HSL color Cylindrical-coordinate representation of color #314563: hue angle of 216º 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 #314563 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB496999-
CMYK0.510.3000.61
HSL216º33.78%29.02%-
HSV(B)216º50.51%38.82%-
XYZ5.655.8112.63-
YUV66.44146.37115.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 99 (39.06% from 255) = 45.62%
R=22.58%
G=31.80%
B=45.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4969990.510.3000.6121633.7829.02
Hex314563331E03Dd8221d
Octal6110514363360753304235
Binary110001100010111000111100111111001111011101100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314563; }

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

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

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

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

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

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

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

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