#314B81

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

Shades of Fun Blue #314B81

Tints of Fun Blue #314B81

Color information

#314B81 (or 0x314B81) is unknown color: approx Fun Blue. HEX triplet: 31, 4B and 81. RGB value is (49,75,129). Sum of RGB (Red+Green+Blue) = 49+75+129=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #314B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314B81 is #CEB47E. Grayscale: #494949. Windows color (decimal): -13546623 or 8473393. OLE color: 8473393.

HSL color Cylindrical-coordinate representation of color #314B81: hue angle of 220.5º 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 #314B81 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4975129-
CMYK0.620.4200.49
HSL220.5º44.94%34.9%-
HSV(B)220.5º62.02%50.59%-
XYZ7.757.2721.76-
YUV73.38159.39110.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=19.37%
G=29.64%
B=50.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49751290.620.4200.49220.544.9434.9
Hex314B813E2A031dc2d23
Octal6111320176520613345543
Binary110001100101110000001111110101010011000111011100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B81; }

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

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

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

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

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

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

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

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