#313E5C

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

Shades of Gulf Blue #313E5C

Tints of Gulf Blue #313E5C

Color information

#313E5C (or 0x313E5C) is unknown color: approx Gulf Blue. HEX triplet: 31, 3E and 5C. RGB value is (49,62,92). Sum of RGB (Red+Green+Blue) = 49+62+92=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #313E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E5C is #CEC1A3. Grayscale: #3D3D3D. Windows color (decimal): -13549988 or 6045233. OLE color: 6045233.

HSL color Cylindrical-coordinate representation of color #313E5C: hue angle of 221.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #313E5C is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496292-
CMYK0.470.3300.64
HSL221.86º30.5%27.65%-
HSV(B)221.86º46.74%36.08%-
XYZ4.924.8710.81-
YUV61.53145.19119.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=24.14%
G=30.54%
B=45.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4962920.470.3300.64221.8630.527.65
Hex313E5C2F21040de1e1c
Octal6176134574101003363634
Binary110001111110101110010111110000101000000110111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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