Html Css Color HEX #314976 Fun Blue

📋 copy color: '#314976'

red 49 ◦ green 73 ◦ blue 118

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

Shades of Fun Blue #314976

Tints of Fun Blue #314976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

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

R = 20.42%
G = 30.42%
B = 49.17%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#314976 (or 0x314976) is known color: Fun Blue. HEX triplet: 31, 49 and 76. RGB value is (49,73,118). Sum of RGB (Red+Green+Blue) = 49+73+118=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #314976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314976 is #CEB689. Grayscale: #464646. Windows color (decimal): -13547146 or 7751985. OLE color: 7751985.

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

Color convert

RGB 49 73 118 -
CMYK 0.58 0.38 0 0.54
HSL 219.13º 0.41% 0.33% -
HSV(B) 219.13º 0.58% 0.46% -
XYZ 6.92 6.73 18.07 -
YUV 70.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 49 73 118 0.58 0.38 0 0.54 219.13 0.41 0.33
Hex 31 49 76 3A 26 0 36 DB 29 21
Octal 61 111 166 72 46 0 66 333 51 41
Binary 110001 1001001 1110110 111010 100110 0 110110 11011011 101001 100001

Color Harmonies of #314976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314976

Black with #314976

Text Example


Text Example

White with #314976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314976; }

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

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

background-color css

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

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

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

border-color css

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

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

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