#31385A

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

Shades of Gulf Blue #31385A

Tints of Gulf Blue #31385A

Color information

#31385A (or 0x31385A) is unknown color: approx Gulf Blue. HEX triplet: 31, 38 and 5A. RGB value is (49,56,90). Sum of RGB (Red+Green+Blue) = 49+56+90=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #31385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31385A is #CEC7A5. Grayscale: #393939. Windows color (decimal): -13551526 or 5912625. OLE color: 5912625.

HSL color Cylindrical-coordinate representation of color #31385A: hue angle of 229.76º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31385A is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB495690-
CMYK0.460.3800.65
HSL229.76º29.5%27.25%-
HSV(B)229.76º45.56%35.29%-
XYZ4.534.2210.25-
YUV57.78146.18121.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=25.13%
G=28.72%
B=46.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4956900.460.3800.65229.7629.527.25
Hex31385A2E26041e61d1b
Octal6170132564601013463533
Binary110001111000101101010111010011001000001111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31385A; }

 p { color: rgb(49,56,90); }

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

<style>
 a { background-color: #31385A; }

 a { background-color: rgb(49,56,90); }

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

<style>
 span { border-color: #31385A; }

 span { border-color: rgb(49,56,90); }

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