Html Css Color HEX #314F85 Fun Blue

📋 copy color: '#314F85'

red 49 ◦ green 79 ◦ blue 133

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

Shades of Fun Blue #314F85

Tints of Fun Blue #314F85

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.27%

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 18.77%
G = 30.27%
B = 50.96%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#314F85 (or 0x314F85) is known color: Fun Blue. HEX triplet: 31, 4F and 85. RGB value is (49,79,133). Sum of RGB (Red+Green+Blue) = 49+79+133=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #314F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314F85 is #CEB07A. Grayscale: #4B4B4B. Windows color (decimal): -13545595 or 8736561. OLE color: 8736561.

HSL color Cylindrical-coordinate representation of color #314F85: hue angle of 218.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314F85 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 79 133 -
CMYK 0.63 0.41 0 0.48
HSL 218.57º 0.46% 0.36% -
HSV(B) 218.57º 0.63% 0.52% -
XYZ 8.3 7.94 23.29 -
YUV 76.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 49 79 133 0.63 0.41 0 0.48 218.57 0.46 0.36
Hex 31 4F 85 3F 29 0 30 DB 2E 24
Octal 61 117 205 77 51 0 60 333 56 44
Binary 110001 1001111 10000101 111111 101001 0 110000 11011011 101110 100100

Color Harmonies of #314F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F85

Black with #314F85

Text Example


Text Example

White with #314F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314F85; }

 p { color: rgb(49,79,133); }

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

background-color css

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

 a { background-color: rgb(49,79,133); }

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

border-color css

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

 span { border-color: rgb(49,79,133); }

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