#314878

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

Shades of Fun Blue #314878

Tints of Fun Blue #314878

Color information

#314878 (or 0x314878) is unknown color: approx Fun Blue. HEX triplet: 31, 48 and 78. RGB value is (49,72,120). Sum of RGB (Red+Green+Blue) = 49+72+120=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #314878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314878 is #CEB787. Grayscale: #464646. Windows color (decimal): -13547400 or 7882801. OLE color: 7882801.

HSL color Cylindrical-coordinate representation of color #314878: hue angle of 220.56º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314878 is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4972120-
CMYK0.590.4000.53
HSL220.56º42.01%33.14%-
HSV(B)220.56º59.17%47.06%-
XYZ6.976.6418.68-
YUV70.6155.88112.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=20.33%
G=29.88%
B=49.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49721200.590.4000.53220.5642.0133.14
Hex3148783B28035dd2a21
Octal6111017073500653355241
Binary11000110010001111000111011101000011010111011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314878; }

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

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

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

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

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

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

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

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