#314B74

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

Shades of Fun Blue #314B74

Tints of Fun Blue #314B74

Color information

#314B74 (or 0x314B74) is unknown color: approx Fun Blue. HEX triplet: 31, 4B and 74. RGB value is (49,75,116). Sum of RGB (Red+Green+Blue) = 49+75+116=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #314B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B74 is #CEB48B. Grayscale: #474747. Windows color (decimal): -13546636 or 7621425. OLE color: 7621425.

HSL color Cylindrical-coordinate representation of color #314B74: hue angle of 216.72º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314B74 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4975116-
CMYK0.580.3500.55
HSL216.72º40.61%32.35%-
HSV(B)216.72º57.76%45.49%-
XYZ6.946.9517.5-
YUV71.9152.89111.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=20.42%
G=31.25%
B=48.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49751160.580.3500.55216.7240.6132.35
Hex314B743A23037d92920
Octal6111316472430673315140
Binary11000110010111110100111010100011011011111011001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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