#314B76

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

Shades of Fun Blue #314B76

Tints of Fun Blue #314B76

Color information

#314B76 (or 0x314B76) is unknown color: approx Fun Blue. HEX triplet: 31, 4B and 76. RGB value is (49,75,118). Sum of RGB (Red+Green+Blue) = 49+75+118=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #314B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B76 is #CEB489. Grayscale: #474747. Windows color (decimal): -13546634 or 7752497. OLE color: 7752497.

HSL color Cylindrical-coordinate representation of color #314B76: hue angle of 217.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314B76 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4975118-
CMYK0.580.3600.54
HSL217.39º41.32%32.75%-
HSV(B)217.39º58.47%46.27%-
XYZ7.056.9918.12-
YUV72.13153.89111.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=20.25%
G=30.99%
B=48.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49751180.580.3600.54217.3941.3232.75
Hex314B763A24036d92921
Octal6111316672440663315141
Binary11000110010111110110111010100100011011011011001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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