Html Css Color HEX #314D86 Fun Blue

📋 copy color: '#314D86'

red 49 ◦ green 77 ◦ blue 134

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

Shades of Fun Blue #314D86

Tints of Fun Blue #314D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 134 (52.73% from 255) = 51.54%

R = 18.85%
G = 29.62%
B = 51.54%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#314D86 (or 0x314D86) is known color: Fun Blue. HEX triplet: 31, 4D and 86. RGB value is (49,77,134). Sum of RGB (Red+Green+Blue) = 49+77+134=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #314D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D86 is #CEB279. Grayscale: #4A4A4A. Windows color (decimal): -13546106 or 8801585. OLE color: 8801585.

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

Color convert

RGB 49 77 134 -
CMYK 0.63 0.43 0 0.47
HSL 220.24º 0.46% 0.36% -
HSV(B) 220.24º 0.63% 0.53% -
XYZ 8.22 7.68 23.6 -
YUV 75.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 49 77 134 0.63 0.43 0 0.47 220.24 0.46 0.36
Hex 31 4D 86 3F 2B 0 2F DC 2E 24
Octal 61 115 206 77 53 0 57 334 56 44
Binary 110001 1001101 10000110 111111 101011 0 101111 11011100 101110 100100

Color Harmonies of #314D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D86

Black with #314D86

Text Example


Text Example

White with #314D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,77,134); }

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

background-color css

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

 a { background-color: rgb(49,77,134); }

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

border-color css

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

 span { border-color: rgb(49,77,134); }

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