#31415C

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

Shades of Gulf Blue #31415C

Tints of Gulf Blue #31415C

Color information

#31415C (or 0x31415C) is unknown color: approx Gulf Blue. HEX triplet: 31, 41 and 5C. RGB value is (49,65,92). Sum of RGB (Red+Green+Blue) = 49+65+92=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #31415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31415C is #CEBEA3. Grayscale: #3F3F3F. Windows color (decimal): -13549220 or 6046001. OLE color: 6046001.

HSL color Cylindrical-coordinate representation of color #31415C: hue angle of 217.67º 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 #31415C is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496592-
CMYK0.470.2900.64
HSL217.67º30.5%27.65%-
HSV(B)217.67º46.74%36.08%-
XYZ5.095.2110.86-
YUV63.29144.2117.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=23.79%
G=31.55%
B=44.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4965920.470.2900.64217.6730.527.65
Hex31415C2F1D040da1e1c
Octal61101134573501003323634
Binary110001100000110111001011111110101000000110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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