#314568

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

Shades of Gulf Blue #314568

Tints of Gulf Blue #314568

Color information

#314568 (or 0x314568) is unknown color: approx Gulf Blue. HEX triplet: 31, 45 and 68. RGB value is (49,69,104). Sum of RGB (Red+Green+Blue) = 49+69+104=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #314568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314568 is #CEBA97. Grayscale: #424242. Windows color (decimal): -13548184 or 6833457. OLE color: 6833457.

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

Color convert

RGB4969104-
CMYK0.530.3400.59
HSL218.18º35.95%30%-
HSV(B)218.18º52.88%40.78%-
XYZ5.895.9113.93-
YUV67.01148.87115.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=22.07%
G=31.08%
B=46.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49691040.530.3400.59218.1835.9530
Hex314568352203Bda241e
Octal6110515065420733324436
Binary1100011000101110100011010110001001110111101101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314568; }

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

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

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

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

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

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

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

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