#314663

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

Shades of Gulf Blue #314663

Tints of Gulf Blue #314663

Color information

#314663 (or 0x314663) is unknown color: approx Gulf Blue. HEX triplet: 31, 46 and 63. RGB value is (49,70,99). Sum of RGB (Red+Green+Blue) = 49+70+99=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #314663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314663 is #CEB99C. Grayscale: #424242. Windows color (decimal): -13547933 or 6506033. OLE color: 6506033.

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

Color convert

RGB497099-
CMYK0.510.2900.61
HSL214.8º33.78%29.02%-
HSV(B)214.8º50.51%38.82%-
XYZ5.715.9312.65-
YUV67.03146.04115.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=22.48%
G=32.11%
B=45.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4970990.510.2900.61214.833.7829.02
Hex314663331D03Dd7221d
Octal6110614363350753274235
Binary110001100011011000111100111110101111011101011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314663; }

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

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

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

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

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

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

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

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