Html Css Color HEX #314974 Fun Blue

📋 copy color: '#314974'

red 49 ◦ green 73 ◦ blue 116

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

Shades of Fun Blue #314974

Tints of Fun Blue #314974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.74%

R = 20.59%
G = 30.67%
B = 48.74%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314974 (or 0x314974) is known color: Fun Blue. HEX triplet: 31, 49 and 74. RGB value is (49,73,116). Sum of RGB (Red+Green+Blue) = 49+73+116=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #314974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314974 is #CEB68B. Grayscale: #464646. Windows color (decimal): -13547148 or 7620913. OLE color: 7620913.

HSL color Cylindrical-coordinate representation of color #314974: hue angle of 218.51º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314974 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 73 116 -
CMYK 0.58 0.37 0 0.55
HSL 218.51º 0.41% 0.32% -
HSV(B) 218.51º 0.58% 0.45% -
XYZ 6.8 6.68 17.45 -
YUV 70.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 49 73 116 0.58 0.37 0 0.55 218.51 0.41 0.32
Hex 31 49 74 3A 25 0 37 DB 29 20
Octal 61 111 164 72 45 0 67 333 51 40
Binary 110001 1001001 1110100 111010 100101 0 110111 11011011 101001 100000

Color Harmonies of #314974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314974

Black with #314974

Text Example


Text Example

White with #314974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314974; }

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

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

background-color css

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

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

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

border-color css

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

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

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