#314B84

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

Shades of Fun Blue #314B84

Tints of Fun Blue #314B84

Color information

#314B84 (or 0x314B84) is unknown color: approx Fun Blue. HEX triplet: 31, 4B and 84. RGB value is (49,75,132). Sum of RGB (Red+Green+Blue) = 49+75+132=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #314B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314B84 is #CEB47B. Grayscale: #494949. Windows color (decimal): -13546620 or 8670001. OLE color: 8670001.

HSL color Cylindrical-coordinate representation of color #314B84: hue angle of 221.2º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314B84 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4975132-
CMYK0.630.4300.48
HSL221.2º45.86%35.49%-
HSV(B)221.2º62.88%51.76%-
XYZ7.957.3522.83-
YUV73.72160.89110.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=19.14%
G=29.30%
B=51.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49751320.630.4300.48221.245.8635.49
Hex314B843F2B030dd2e23
Octal6111320477530603355643
Binary110001100101110000100111111101011011000011011101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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