#314565

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

Shades of Gulf Blue #314565

Tints of Gulf Blue #314565

Color information

#314565 (or 0x314565) is unknown color: approx Gulf Blue. HEX triplet: 31, 45 and 65. RGB value is (49,69,101). Sum of RGB (Red+Green+Blue) = 49+69+101=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #314565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314565 is #CEBA9A. Grayscale: #424242. Windows color (decimal): -13548187 or 6636849. OLE color: 6636849.

HSL color Cylindrical-coordinate representation of color #314565: hue angle of 216.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314565 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4969101-
CMYK0.510.3200.60
HSL216.92º34.67%29.41%-
HSV(B)216.92º51.49%39.61%-
XYZ5.745.8513.14-
YUV66.67147.37115.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=22.37%
G=31.51%
B=46.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49691010.510.3200.60216.9234.6729.41
Hex314565332003Cd9231d
Octal6110514563400743314335
Binary1100011000101110010111001110000001111001101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314565; }

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

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

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

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

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

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

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

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