#313A5C

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

Shades of Gulf Blue #313A5C

Tints of Gulf Blue #313A5C

Color information

#313A5C (or 0x313A5C) is unknown color: approx Gulf Blue. HEX triplet: 31, 3A and 5C. RGB value is (49,58,92). Sum of RGB (Red+Green+Blue) = 49+58+92=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #313A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A5C is #CEC5A3. Grayscale: #3B3B3B. Windows color (decimal): -13551012 or 6044209. OLE color: 6044209.

HSL color Cylindrical-coordinate representation of color #313A5C: hue angle of 227.44º 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 #313A5C is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB495892-
CMYK0.470.3700.64
HSL227.44º30.5%27.65%-
HSV(B)227.44º46.74%36.08%-
XYZ4.714.4510.74-
YUV59.18146.52120.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=24.62%
G=29.15%
B=46.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4958920.470.3700.64227.4430.527.65
Hex313A5C2F25040e31e1c
Octal6172134574501003433634
Binary110001111010101110010111110010101000000111000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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