#314160

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

Shades of Gulf Blue #314160

Tints of Gulf Blue #314160

Color information

#314160 (or 0x314160) is unknown color: approx Gulf Blue. HEX triplet: 31, 41 and 60. RGB value is (49,65,96). Sum of RGB (Red+Green+Blue) = 49+65+96=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #314160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314160 is #CEBE9F. Grayscale: #3F3F3F. Windows color (decimal): -13549216 or 6308145. OLE color: 6308145.

HSL color Cylindrical-coordinate representation of color #314160: hue angle of 219.57º 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 #314160 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB496596-
CMYK0.490.3200.62
HSL219.57º32.41%28.43%-
HSV(B)219.57º48.96%37.65%-
XYZ5.275.2811.81-
YUV63.75146.2117.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=23.33%
G=30.95%
B=45.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4965960.490.3200.62219.5732.4128.43
Hex314160312003Edc201c
Octal6110114061400763344034
Binary1100011000001110000011000110000001111101101110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314160; }

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

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

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

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

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

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

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

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