#313E5A

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

Shades of Gulf Blue #313E5A

Tints of Gulf Blue #313E5A

Color information

#313E5A (or 0x313E5A) is unknown color: approx Gulf Blue. HEX triplet: 31, 3E and 5A. RGB value is (49,62,90). Sum of RGB (Red+Green+Blue) = 49+62+90=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #313E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E5A is #CEC1A5. Grayscale: #3D3D3D. Windows color (decimal): -13549990 or 5914161. OLE color: 5914161.

HSL color Cylindrical-coordinate representation of color #313E5A: hue angle of 220.98º 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 #313E5A is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB496290-
CMYK0.460.3100.65
HSL220.98º29.5%27.25%-
HSV(B)220.98º45.56%35.29%-
XYZ4.834.8410.35-
YUV61.3144.19119.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=24.38%
G=30.85%
B=44.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4962900.460.3100.65220.9829.527.25
Hex313E5A2E1F041dd1d1b
Octal6176132563701013353533
Binary11000111111010110101011101111101000001110111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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