#313E60

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

Shades of Gulf Blue #313E60

Tints of Gulf Blue #313E60

Color information

#313E60 (or 0x313E60) is unknown color: approx Gulf Blue. HEX triplet: 31, 3E and 60. RGB value is (49,62,96). Sum of RGB (Red+Green+Blue) = 49+62+96=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #313E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E60 is #CEC19F. Grayscale: #3D3D3D. Windows color (decimal): -13549984 or 6307377. OLE color: 6307377.

HSL color Cylindrical-coordinate representation of color #313E60: hue angle of 223.4º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313E60 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB496296-
CMYK0.490.3500.62
HSL223.4º32.41%28.43%-
HSV(B)223.4º48.96%37.65%-
XYZ5.14.9411.75-
YUV61.99147.19118.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=23.67%
G=29.95%
B=46.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4962960.490.3500.62223.432.4128.43
Hex313E60312303Edf201c
Octal617614061430763374034
Binary110001111110110000011000110001101111101101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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