#314468

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

Shades of Gulf Blue #314468

Tints of Gulf Blue #314468

Color information

#314468 (or 0x314468) is unknown color: approx Gulf Blue. HEX triplet: 31, 44 and 68. RGB value is (49,68,104). Sum of RGB (Red+Green+Blue) = 49+68+104=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #314468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314468 is #CEBB97. Grayscale: #424242. Windows color (decimal): -13548440 or 6833201. OLE color: 6833201.

HSL color Cylindrical-coordinate representation of color #314468: hue angle of 219.27º 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 #314468 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4968104-
CMYK0.530.3500.59
HSL219.27º35.95%30%-
HSV(B)219.27º52.88%40.78%-
XYZ5.835.7913.91-
YUV66.42149.21115.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=22.17%
G=30.77%
B=47.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49681040.530.3500.59219.2735.9530
Hex314468352303Bdb241e
Octal6110415065430733334436
Binary1100011000100110100011010110001101110111101101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314468; }

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

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

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

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

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

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

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

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