#314C84

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

Shades of Fun Blue #314C84

Tints of Fun Blue #314C84

Color information

#314C84 (or 0x314C84) is unknown color: approx Fun Blue. HEX triplet: 31, 4C and 84. RGB value is (49,76,132). Sum of RGB (Red+Green+Blue) = 49+76+132=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #314C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C84 is #CEB37B. Grayscale: #4A4A4A. Windows color (decimal): -13546364 or 8670257. OLE color: 8670257.

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

Color convert

RGB4976132-
CMYK0.630.4200.48
HSL220.48º45.86%35.49%-
HSV(B)220.48º62.88%51.76%-
XYZ8.027.4922.85-
YUV74.31160.55109.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=19.07%
G=29.57%
B=51.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49761320.630.4200.48220.4845.8635.49
Hex314C843F2A030dc2e23
Octal6111420477520603345643
Binary110001100110010000100111111101010011000011011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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