Html Css Color HEX #314780 Fun Blue

📋 copy color: '#314780'

red 49 ◦ green 71 ◦ blue 128

#314780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #314780

Tints of Fun Blue #314780

RGB

 RED value IS 49 (19.53% from 255) = 19.76%

 GREEN value IS 71 (28.13% from 255) = 28.63%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 19.76%
G = 28.63%
B = 51.61%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#314780 (or 0x314780) is known color: Fun Blue. HEX triplet: 31, 47 and 80. RGB value is (49,71,128). Sum of RGB (Red+Green+Blue) = 49+71+128=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #314780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314780 is #CEB87F. Grayscale: #464646. Windows color (decimal): -13547648 or 8406833. OLE color: 8406833.

HSL color Cylindrical-coordinate representation of color #314780: hue angle of 223.29º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314780 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 71 128 -
CMYK 0.62 0.45 0 0.50
HSL 223.29º 0.45% 0.35% -
HSV(B) 223.29º 0.62% 0.5% -
XYZ 7.42 6.72 21.33 -
YUV 70.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 49 71 128 0.62 0.45 0 0.50 223.29 0.45 0.35
Hex 31 47 80 3E 2D 0 32 DF 2D 23
Octal 61 107 200 76 55 0 62 337 55 43
Binary 110001 1000111 10000000 111110 101101 0 110010 11011111 101101 100011

Color Harmonies of #314780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314780

Black with #314780

Text Example


Text Example

White with #314780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314780; }

 p { color: rgb(49,71,128); }

 H1.HeaderClassName
 {
   color: #314780;
 }
 .AnyTagClassName
 {
   color: #314780;
 }
</style>

background-color css

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

 a { background-color: rgb(49,71,128); }

 div.DivClassName
 {
   background-color: #314780;
 }
 .BgClassName
 {
   background-color: #314780;
 }
</style>

border-color css

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

 span { border-color: rgb(49,71,128); }

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