#314460

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

Shades of Gulf Blue #314460

Tints of Gulf Blue #314460

Color information

#314460 (or 0x314460) is unknown color: approx Gulf Blue. HEX triplet: 31, 44 and 60. RGB value is (49,68,96). Sum of RGB (Red+Green+Blue) = 49+68+96=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #314460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314460 is #CEBB9F. Grayscale: #414141. Windows color (decimal): -13548448 or 6308913. OLE color: 6308913.

HSL color Cylindrical-coordinate representation of color #314460: hue angle of 215.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #314460 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB496896-
CMYK0.490.2900.62
HSL215.74º32.41%28.43%-
HSV(B)215.74º48.96%37.65%-
XYZ5.455.6311.87-
YUV65.51145.21116.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=23.00%
G=31.92%
B=45.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4968960.490.2900.62215.7432.4128.43
Hex314460311D03Ed8201c
Octal6110414061350763304034
Binary110001100010011000001100011110101111101101100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314460; }

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

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

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

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

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

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

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

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