Html Css Color HEX #315287 Fun Blue

📋 copy color: '#315287'

red 49 ◦ green 82 ◦ blue 135

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

Shades of Fun Blue #315287

Tints of Fun Blue #315287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

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

R = 18.42%
G = 30.83%
B = 50.75%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315287 (or 0x315287) is known color: Fun Blue. HEX triplet: 31, 52 and 87. RGB value is (49,82,135). Sum of RGB (Red+Green+Blue) = 49+82+135=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #315287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315287 is #CEAD78. Grayscale: #4D4D4D. Windows color (decimal): -13544825 or 8868401. OLE color: 8868401.

HSL color Cylindrical-coordinate representation of color #315287: hue angle of 216.98º 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 #315287 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 82 135 -
CMYK 0.64 0.39 0 0.47
HSL 216.98º 0.47% 0.36% -
HSV(B) 216.98º 0.64% 0.53% -
XYZ 8.66 8.44 24.09 -
YUV 78.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 49 82 135 0.64 0.39 0 0.47 216.98 0.47 0.36
Hex 31 52 87 40 27 0 2F D9 2F 24
Octal 61 122 207 100 47 0 57 331 57 44
Binary 110001 1010010 10000111 1000000 100111 0 101111 11011001 101111 100100

Color Harmonies of #315287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315287

Black with #315287

Text Example


Text Example

White with #315287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315287; }

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

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

background-color css

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

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

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

border-color css

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

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

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