#314767

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

Shades of Gulf Blue #314767

Tints of Gulf Blue #314767

Color information

#314767 (or 0x314767) is unknown color: approx Gulf Blue. HEX triplet: 31, 47 and 67. RGB value is (49,71,103). Sum of RGB (Red+Green+Blue) = 49+71+103=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #314767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314767 is #CEB898. Grayscale: #434343. Windows color (decimal): -13547673 or 6768433. OLE color: 6768433.

HSL color Cylindrical-coordinate representation of color #314767: hue angle of 215.56º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #314767 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4971103-
CMYK0.520.3100.60
HSL215.56º35.53%29.8%-
HSV(B)215.56º52.43%40.39%-
XYZ5.976.1413.7-
YUV68.07147.71114.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 103 (40.62% from 255) = 46.19%
R=21.97%
G=31.84%
B=46.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49711030.520.3100.60215.5635.5329.8
Hex314767341F03Cd8241e
Octal6110714764370743304436
Binary110001100011111001111101001111101111001101100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314767; }

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

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

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

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

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

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

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

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