#313F5A

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

Shades of Gulf Blue #313F5A

Tints of Gulf Blue #313F5A

Color information

#313F5A (or 0x313F5A) is unknown color: approx Gulf Blue. HEX triplet: 31, 3F and 5A. RGB value is (49,63,90). Sum of RGB (Red+Green+Blue) = 49+63+90=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #313F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F5A is #CEC0A5. Grayscale: #3D3D3D. Windows color (decimal): -13549734 or 5914417. OLE color: 5914417.

HSL color Cylindrical-coordinate representation of color #313F5A: hue angle of 219.51º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313F5A is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB496390-
CMYK0.460.3000.65
HSL219.51º29.5%27.25%-
HSV(B)219.51º45.56%35.29%-
XYZ4.894.9510.37-
YUV61.89143.86118.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=24.26%
G=31.19%
B=44.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4963900.460.3000.65219.5129.527.25
Hex313F5A2E1E041dc1d1b
Octal6177132563601013343533
Binary11000111111110110101011101111001000001110111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F5A; }

 p { color: rgb(49,63,90); }

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

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

 a { background-color: rgb(49,63,90); }

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

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

 span { border-color: rgb(49,63,90); }

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