#31395C

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

Shades of Gulf Blue #31395C

Tints of Gulf Blue #31395C

Color information

#31395C (or 0x31395C) is unknown color: approx Gulf Blue. HEX triplet: 31, 39 and 5C. RGB value is (49,57,92). Sum of RGB (Red+Green+Blue) = 49+57+92=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #31395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31395C is #CEC6A3. Grayscale: #3A3A3A. Windows color (decimal): -13551268 or 6043953. OLE color: 6043953.

HSL color Cylindrical-coordinate representation of color #31395C: hue angle of 228.84º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31395C is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB495792-
CMYK0.470.3800.64
HSL228.84º30.5%27.65%-
HSV(B)228.84º46.74%36.08%-
XYZ4.664.3510.72-
YUV58.6146.85121.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=24.75%
G=28.79%
B=46.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4957920.470.3800.64228.8430.527.65
Hex31395C2F26040e51e1c
Octal6171134574601003453634
Binary110001111001101110010111110011001000000111001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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