#31395A

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

Shades of Gulf Blue #31395A

Tints of Gulf Blue #31395A

Color information

#31395A (or 0x31395A) is unknown color: approx Gulf Blue. HEX triplet: 31, 39 and 5A. RGB value is (49,57,90). Sum of RGB (Red+Green+Blue) = 49+57+90=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #31395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31395A is #CEC6A5. Grayscale: #3A3A3A. Windows color (decimal): -13551270 or 5912881. OLE color: 5912881.

HSL color Cylindrical-coordinate representation of color #31395A: hue angle of 228.29º 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 #31395A is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB495790-
CMYK0.460.3700.65
HSL228.29º29.5%27.25%-
HSV(B)228.29º45.56%35.29%-
XYZ4.584.3210.27-
YUV58.37145.85121.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=25%
G=29.08%
B=45.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4957900.460.3700.65228.2929.527.25
Hex31395A2E25041e41d1b
Octal6171132564501013443533
Binary110001111001101101010111010010101000001111001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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