Html Css Color HEX #314F81 Fun Blue

📋 copy color: '#314F81'

red 49 ◦ green 79 ◦ blue 129

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

Shades of Fun Blue #314F81

Tints of Fun Blue #314F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 50.19%

R = 19.07%
G = 30.74%
B = 50.19%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#314F81 (or 0x314F81) is known color: Fun Blue. HEX triplet: 31, 4F and 81. RGB value is (49,79,129). Sum of RGB (Red+Green+Blue) = 49+79+129=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #314F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314F81 is #CEB07E. Grayscale: #4B4B4B. Windows color (decimal): -13545599 or 8474417. OLE color: 8474417.

HSL color Cylindrical-coordinate representation of color #314F81: hue angle of 217.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314F81 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 79 129 -
CMYK 0.62 0.39 0 0.49
HSL 217.5º 0.45% 0.35% -
HSV(B) 217.5º 0.62% 0.51% -
XYZ 8.03 7.83 21.86 -
YUV 75.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 49 79 129 0.62 0.39 0 0.49 217.5 0.45 0.35
Hex 31 4F 81 3E 27 0 31 DA 2D 23
Octal 61 117 201 76 47 0 61 332 55 43
Binary 110001 1001111 10000001 111110 100111 0 110001 11011010 101101 100011

Color Harmonies of #314F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F81

Black with #314F81

Text Example


Text Example

White with #314F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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