#314668

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

Shades of Gulf Blue #314668

Tints of Gulf Blue #314668

Color information

#314668 (or 0x314668) is unknown color: approx Gulf Blue. HEX triplet: 31, 46 and 68. RGB value is (49,70,104). Sum of RGB (Red+Green+Blue) = 49+70+104=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #314668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314668 is #CEB997. Grayscale: #434343. Windows color (decimal): -13547928 or 6833713. OLE color: 6833713.

HSL color Cylindrical-coordinate representation of color #314668: hue angle of 217.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314668 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4970104-
CMYK0.530.3300.59
HSL217.09º35.95%30%-
HSV(B)217.09º52.88%40.78%-
XYZ5.966.0313.95-
YUV67.6148.54114.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 104 (41.02% from 255) = 46.64%
R=21.97%
G=31.39%
B=46.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49701040.530.3300.59217.0935.9530
Hex314668352103Bd9241e
Octal6110615065410733314436
Binary1100011000110110100011010110000101110111101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314668; }

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

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

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

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

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

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

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

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