Html Css Color HEX #314977 Fun Blue

📋 copy color: '#314977'

red 49 ◦ green 73 ◦ blue 119

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

Shades of Fun Blue #314977

Tints of Fun Blue #314977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 49.38%

R = 20.33%
G = 30.29%
B = 49.38%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#314977 (or 0x314977) is known color: Fun Blue. HEX triplet: 31, 49 and 77. RGB value is (49,73,119). Sum of RGB (Red+Green+Blue) = 49+73+119=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #314977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314977 is #CEB688. Grayscale: #464646. Windows color (decimal): -13547145 or 7817521. OLE color: 7817521.

HSL color Cylindrical-coordinate representation of color #314977: hue angle of 219.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314977 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 73 119 -
CMYK 0.59 0.39 0 0.53
HSL 219.43º 0.42% 0.33% -
HSV(B) 219.43º 0.59% 0.47% -
XYZ 6.98 6.75 18.39 -
YUV 71.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 49 73 119 0.59 0.39 0 0.53 219.43 0.42 0.33
Hex 31 49 77 3B 27 0 35 DB 2A 21
Octal 61 111 167 73 47 0 65 333 52 41
Binary 110001 1001001 1110111 111011 100111 0 110101 11011011 101010 100001

Color Harmonies of #314977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314977

Black with #314977

Text Example


Text Example

White with #314977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314977; }

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

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

background-color css

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

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

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

border-color css

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

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

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