Html Css Color HEX #314D76 Fun Blue

📋 copy color: '#314D76'

red 49 ◦ green 77 ◦ blue 118

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

Shades of Fun Blue #314D76

Tints of Fun Blue #314D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.36%

R = 20.08%
G = 31.56%
B = 48.36%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#314D76 (or 0x314D76) is known color: Fun Blue. HEX triplet: 31, 4D and 76. RGB value is (49,77,118). Sum of RGB (Red+Green+Blue) = 49+77+118=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #314D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D76 is #CEB289. Grayscale: #494949. Windows color (decimal): -13546122 or 7753009. OLE color: 7753009.

HSL color Cylindrical-coordinate representation of color #314D76: hue angle of 215.65º 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 #314D76 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 77 118 -
CMYK 0.58 0.35 0 0.54
HSL 215.65º 0.41% 0.33% -
HSV(B) 215.65º 0.58% 0.46% -
XYZ 7.19 7.27 18.16 -
YUV 73.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 49 77 118 0.58 0.35 0 0.54 215.65 0.41 0.33
Hex 31 4D 76 3A 23 0 36 D8 29 21
Octal 61 115 166 72 43 0 66 330 51 41
Binary 110001 1001101 1110110 111010 100011 0 110110 11011000 101001 100001

Color Harmonies of #314D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D76

Black with #314D76

Text Example


Text Example

White with #314D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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