#314665

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

Shades of Gulf Blue #314665

Tints of Gulf Blue #314665

Color information

#314665 (or 0x314665) is unknown color: approx Gulf Blue. HEX triplet: 31, 46 and 65. RGB value is (49,70,101). Sum of RGB (Red+Green+Blue) = 49+70+101=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #314665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314665 is #CEB99A. Grayscale: #434343. Windows color (decimal): -13547931 or 6637105. OLE color: 6637105.

HSL color Cylindrical-coordinate representation of color #314665: hue angle of 215.77º 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 #314665 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4970101-
CMYK0.510.3100.60
HSL215.77º34.67%29.41%-
HSV(B)215.77º51.49%39.61%-
XYZ5.815.9713.16-
YUV67.26147.04114.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=22.27%
G=31.82%
B=45.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49701010.510.3100.60215.7734.6729.41
Hex314665331F03Cd8231d
Octal6110614563370743304335
Binary110001100011011001011100111111101111001101100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314665; }

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

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

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

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

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

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

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

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