#313E62

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

Shades of Gulf Blue #313E62

Tints of Gulf Blue #313E62

Color information

#313E62 (or 0x313E62) is unknown color: approx Gulf Blue. HEX triplet: 31, 3E and 62. RGB value is (49,62,98). Sum of RGB (Red+Green+Blue) = 49+62+98=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #313E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E62 is #CEC19D. Grayscale: #3E3E3E. Windows color (decimal): -13549982 or 6438449. OLE color: 6438449.

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

Color convert

RGB496298-
CMYK0.50.3700.62
HSL224.08º33.33%28.82%-
HSV(B)224.08º50%38.43%-
XYZ5.194.9812.24-
YUV62.22148.19118.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=23.44%
G=29.67%
B=46.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4962980.50.3700.62224.0833.3328.82
Hex313E62322503Ee0211d
Octal617614262450763404135
Binary110001111110110001011001010010101111101110000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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