#314880

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

Shades of Fun Blue #314880

Tints of Fun Blue #314880

Color information

#314880 (or 0x314880) is unknown color: approx Fun Blue. HEX triplet: 31, 48 and 80. RGB value is (49,72,128). Sum of RGB (Red+Green+Blue) = 49+72+128=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #314880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314880 is #CEB77F. Grayscale: #474747. Windows color (decimal): -13547392 or 8407089. OLE color: 8407089.

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

Color convert

RGB4972128-
CMYK0.620.4400.50
HSL222.53º44.63%34.71%-
HSV(B)222.53º61.72%50.2%-
XYZ7.486.8521.35-
YUV71.51159.88111.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 128 (50.39% from 255) = 51.41%
R=19.68%
G=28.92%
B=51.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49721280.620.4400.50222.5344.6334.71
Hex3148803E2C032df2d23
Octal6111020076540623375543
Binary110001100100010000000111110101100011001011011111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314880; }

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

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

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

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

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

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

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

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