#314162

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

Shades of Gulf Blue #314162

Tints of Gulf Blue #314162

Color information

#314162 (or 0x314162) is unknown color: approx Gulf Blue. HEX triplet: 31, 41 and 62. RGB value is (49,65,98). Sum of RGB (Red+Green+Blue) = 49+65+98=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #314162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314162 is #CEBE9D. Grayscale: #3F3F3F. Windows color (decimal): -13549214 or 6439217. OLE color: 6439217.

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

Color convert

RGB496598-
CMYK0.50.3400.62
HSL220.41º33.33%28.82%-
HSV(B)220.41º50%38.43%-
XYZ5.365.3212.3-
YUV63.98147.2117.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=23.11%
G=30.66%
B=46.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4965980.50.3400.62220.4133.3328.82
Hex314162322203Edc211d
Octal6110114262420763344135
Binary1100011000001110001011001010001001111101101110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314162; }

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

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

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

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

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

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

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

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