#31405F

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

Shades of Gulf Blue #31405F

Tints of Gulf Blue #31405F

Color information

#31405F (or 0x31405F) is unknown color: approx Gulf Blue. HEX triplet: 31, 40 and 5F. RGB value is (49,64,95). Sum of RGB (Red+Green+Blue) = 49+64+95=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #31405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31405F is #CEBFA0. Grayscale: #3E3E3E. Windows color (decimal): -13549473 or 6242353. OLE color: 6242353.

HSL color Cylindrical-coordinate representation of color #31405F: hue angle of 220.43º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31405F is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB496495-
CMYK0.480.3300.63
HSL220.43º31.94%28.24%-
HSV(B)220.43º48.42%37.25%-
XYZ5.175.1511.55-
YUV63.05146.03117.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=23.56%
G=30.77%
B=45.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4964950.480.3300.63220.4331.9428.24
Hex31405F302103Fdc201c
Octal6110013760410773344034
Binary1100011000000101111111000010000101111111101110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31405F; }

 p { color: rgb(49,64,95); }

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

<style>
 a { background-color: #31405F; }

 a { background-color: rgb(49,64,95); }

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

<style>
 span { border-color: #31405F; }

 span { border-color: rgb(49,64,95); }

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