Html Css Color HEX #315089 Fun Blue

📋 copy color: '#315089'

red 49 ◦ green 80 ◦ blue 137

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

Shades of Fun Blue #315089

Tints of Fun Blue #315089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 18.42%
G = 30.08%
B = 51.5%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#315089 (or 0x315089) is known color: Fun Blue. HEX triplet: 31, 50 and 89. RGB value is (49,80,137). Sum of RGB (Red+Green+Blue) = 49+80+137=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #315089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315089 is #CEAF76. Grayscale: #4C4C4C. Windows color (decimal): -13545335 or 8998961. OLE color: 8998961.

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

Color convert

RGB 49 80 137 -
CMYK 0.64 0.42 0 0.46
HSL 218.86º 0.47% 0.36% -
HSV(B) 218.86º 0.64% 0.54% -
XYZ 8.65 8.2 24.79 -
YUV 77.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 49 80 137 0.64 0.42 0 0.46 218.86 0.47 0.36
Hex 31 50 89 40 2A 0 2E DB 2F 24
Octal 61 120 211 100 52 0 56 333 57 44
Binary 110001 1010000 10001001 1000000 101010 0 101110 11011011 101111 100100

Color Harmonies of #315089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315089

Black with #315089

Text Example


Text Example

White with #315089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315089; }

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

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

background-color css

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

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

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

border-color css

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

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

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