Html Css Color HEX #315086 Fun Blue

📋 copy color: '#315086'

red 49 ◦ green 80 ◦ blue 134

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

Shades of Fun Blue #315086

Tints of Fun Blue #315086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

 BLUE value IS 134 (52.73% from 255) = 50.95%

R = 18.63%
G = 30.42%
B = 50.95%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315086 (or 0x315086) is known color: Fun Blue. HEX triplet: 31, 50 and 86. RGB value is (49,80,134). Sum of RGB (Red+Green+Blue) = 49+80+134=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #315086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315086 is #CEAF79. Grayscale: #4C4C4C. Windows color (decimal): -13545338 or 8802353. OLE color: 8802353.

HSL color Cylindrical-coordinate representation of color #315086: hue angle of 218.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315086 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 80 134 -
CMYK 0.63 0.40 0 0.47
HSL 218.12º 0.46% 0.36% -
HSV(B) 218.12º 0.63% 0.53% -
XYZ 8.44 8.11 23.68 -
YUV 76.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 49 80 134 0.63 0.40 0 0.47 218.12 0.46 0.36
Hex 31 50 86 3F 28 0 2F DA 2E 24
Octal 61 120 206 77 50 0 57 332 56 44
Binary 110001 1010000 10000110 111111 101000 0 101111 11011010 101110 100100

Color Harmonies of #315086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315086

Black with #315086

Text Example


Text Example

White with #315086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315086; }

 p { color: rgb(49,80,134); }

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

background-color css

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

 a { background-color: rgb(49,80,134); }

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

border-color css

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

 span { border-color: rgb(49,80,134); }

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