#314881

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

Shades of Fun Blue #314881

Tints of Fun Blue #314881

Color information

#314881 (or 0x314881) is unknown color: approx Fun Blue. HEX triplet: 31, 48 and 81. RGB value is (49,72,129). Sum of RGB (Red+Green+Blue) = 49+72+129=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #314881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314881 is #CEB77E. Grayscale: #474747. Windows color (decimal): -13547391 or 8472625. OLE color: 8472625.

HSL color Cylindrical-coordinate representation of color #314881: hue angle of 222.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314881 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4972129-
CMYK0.620.4400.49
HSL222.75º44.94%34.9%-
HSV(B)222.75º62.02%50.59%-
XYZ7.556.8721.7-
YUV71.62160.38111.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=19.6%
G=28.8%
B=51.6%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49721290.620.4400.49222.7544.9434.9
Hex3148813E2C031df2d23
Octal6111020176540613375543
Binary110001100100010000001111110101100011000111011111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314881; }

 p { color: rgb(49,72,129); }

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

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

 a { background-color: rgb(49,72,129); }

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

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

 span { border-color: rgb(49,72,129); }

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