#313F62

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

Shades of Gulf Blue #313F62

Tints of Gulf Blue #313F62

Color information

#313F62 (or 0x313F62) is unknown color: approx Gulf Blue. HEX triplet: 31, 3F and 62. RGB value is (49,63,98). Sum of RGB (Red+Green+Blue) = 49+63+98=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #313F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F62 is #CEC09D. Grayscale: #3E3E3E. Windows color (decimal): -13549726 or 6438705. OLE color: 6438705.

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

Color convert

RGB496398-
CMYK0.50.3600.62
HSL222.86º33.33%28.82%-
HSV(B)222.86º50%38.43%-
XYZ5.255.0912.26-
YUV62.8147.86118.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=23.33%
G=30%
B=46.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4963980.50.3600.62222.8633.3328.82
Hex313F62322403Edf211d
Octal617714262440763374135
Binary110001111111110001011001010010001111101101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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