Html Css Color HEX #314978 Fun Blue

📋 copy color: '#314978'

red 49 ◦ green 73 ◦ blue 120

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

Shades of Fun Blue #314978

Tints of Fun Blue #314978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 49.59%

R = 20.25%
G = 30.17%
B = 49.59%

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

#314978 (or 0x314978) is known color: Fun Blue. HEX triplet: 31, 49 and 78. RGB value is (49,73,120). Sum of RGB (Red+Green+Blue) = 49+73+120=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #314978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314978 is #CEB687. Grayscale: #464646. Windows color (decimal): -13547144 or 7883057. OLE color: 7883057.

HSL color Cylindrical-coordinate representation of color #314978: hue angle of 219.72º 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 #314978 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 73 120 -
CMYK 0.59 0.39 0 0.53
HSL 219.72º 0.42% 0.33% -
HSV(B) 219.72º 0.59% 0.47% -
XYZ 7.04 6.77 18.71 -
YUV 71.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 49 73 120 0.59 0.39 0 0.53 219.72 0.42 0.33
Hex 31 49 78 3B 27 0 35 DC 2A 21
Octal 61 111 170 73 47 0 65 334 52 41
Binary 110001 1001001 1111000 111011 100111 0 110101 11011100 101010 100001

Color Harmonies of #314978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314978

Black with #314978

Text Example


Text Example

White with #314978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314978; }

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

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

background-color css

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

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

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

border-color css

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

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

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