#31497A

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

Shades of Fun Blue #31497A

Tints of Fun Blue #31497A

Color information

#31497A (or 0x31497A) is unknown color: approx Fun Blue. HEX triplet: 31, 49 and 7A. RGB value is (49,73,122). Sum of RGB (Red+Green+Blue) = 49+73+122=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #31497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31497A is #CEB685. Grayscale: #474747. Windows color (decimal): -13547142 or 8014129. OLE color: 8014129.

HSL color Cylindrical-coordinate representation of color #31497A: hue angle of 220.27º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31497A is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4973122-
CMYK0.600.4000.52
HSL220.27º42.69%33.53%-
HSV(B)220.27º59.84%47.84%-
XYZ7.166.8219.35-
YUV71.41156.55112.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 122 (48.05% from 255) = 50%
R=20.08%
G=29.92%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49731220.600.4000.52220.2742.6933.53
Hex31497A3C28034dc2b22
Octal6111117274500643345342
Binary11000110010011111010111100101000011010011011100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,73,122); }

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

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

 a { background-color: rgb(49,73,122); }

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

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

 span { border-color: rgb(49,73,122); }

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