Html Css Color HEX #314973 Fun Blue

📋 copy color: '#314973'

red 49 ◦ green 73 ◦ blue 115

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

Shades of Fun Blue #314973

Tints of Fun Blue #314973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.52%

R = 20.68%
G = 30.8%
B = 48.52%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314973 (or 0x314973) is known color: Fun Blue. HEX triplet: 31, 49 and 73. RGB value is (49,73,115). Sum of RGB (Red+Green+Blue) = 49+73+115=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #314973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314973 is #CEB68C. Grayscale: #464646. Windows color (decimal): -13547149 or 7555377. OLE color: 7555377.

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

Color convert

RGB 49 73 115 -
CMYK 0.57 0.37 0 0.55
HSL 218.18º 0.4% 0.32% -
HSV(B) 218.18º 0.57% 0.45% -
XYZ 6.74 6.66 17.15 -
YUV 70.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 49 73 115 0.57 0.37 0 0.55 218.18 0.4 0.32
Hex 31 49 73 39 25 0 37 DA 28 20
Octal 61 111 163 71 45 0 67 332 50 40
Binary 110001 1001001 1110011 111001 100101 0 110111 11011010 101000 100000

Color Harmonies of #314973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314973

Black with #314973

Text Example


Text Example

White with #314973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314973; }

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

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

background-color css

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

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

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

border-color css

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

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

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