Html Css Color HEX #315087 Fun Blue

📋 copy color: '#315087'

red 49 ◦ green 80 ◦ blue 135

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

Shades of Fun Blue #315087

Tints of Fun Blue #315087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.14%

R = 18.56%
G = 30.3%
B = 51.14%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315087 (or 0x315087) is known color: Fun Blue. HEX triplet: 31, 50 and 87. RGB value is (49,80,135). Sum of RGB (Red+Green+Blue) = 49+80+135=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #315087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315087 is #CEAF78. Grayscale: #4C4C4C. Windows color (decimal): -13545337 or 8867889. OLE color: 8867889.

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

Color convert

RGB 49 80 135 -
CMYK 0.64 0.41 0 0.47
HSL 218.37º 0.47% 0.36% -
HSV(B) 218.37º 0.64% 0.53% -
XYZ 8.51 8.14 24.04 -
YUV 77 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 49 80 135 0.64 0.41 0 0.47 218.37 0.47 0.36
Hex 31 50 87 40 29 0 2F DA 2F 24
Octal 61 120 207 100 51 0 57 332 57 44
Binary 110001 1010000 10000111 1000000 101001 0 101111 11011010 101111 100100

Color Harmonies of #315087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315087

Black with #315087

Text Example


Text Example

White with #315087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315087; }

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

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

background-color css

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

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

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

border-color css

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

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

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