#314A70

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

Shades of Fun Blue #314A70

Tints of Fun Blue #314A70

Color information

#314A70 (or 0x314A70) is unknown color: approx Fun Blue. HEX triplet: 31, 4A and 70. RGB value is (49,74,112). Sum of RGB (Red+Green+Blue) = 49+74+112=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #314A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A70 is #CEB58F. Grayscale: #464646. Windows color (decimal): -13546896 or 7359025. OLE color: 7359025.

HSL color Cylindrical-coordinate representation of color #314A70: hue angle of 216.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #314A70 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4974112-
CMYK0.560.3400.56
HSL216.19º39.13%31.57%-
HSV(B)216.19º56.25%43.92%-
XYZ6.646.7216.28-
YUV70.86151.22112.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 112 (44.14% from 255) = 47.66%
R=20.85%
G=31.49%
B=47.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49741120.560.3400.56216.1939.1331.57
Hex314A703822038d82720
Octal6111216070420703304740
Binary11000110010101110000111000100010011100011011000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,74,112); }

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

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

 a { background-color: rgb(49,74,112); }

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

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

 span { border-color: rgb(49,74,112); }

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