Html Css Color HEX #315081 Fun Blue

📋 copy color: '#315081'

red 49 ◦ green 80 ◦ blue 129

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

Shades of Fun Blue #315081

Tints of Fun Blue #315081

RGB

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

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

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

R = 18.99%
G = 31.01%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315081 (or 0x315081) is known color: Fun Blue. HEX triplet: 31, 50 and 81. RGB value is (49,80,129). Sum of RGB (Red+Green+Blue) = 49+80+129=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #315081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315081 is #CEAF7E. Grayscale: #4C4C4C. Windows color (decimal): -13545343 or 8474673. OLE color: 8474673.

HSL color Cylindrical-coordinate representation of color #315081: hue angle of 216.75º 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 #315081 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 80 129 -
CMYK 0.62 0.38 0 0.49
HSL 216.75º 0.45% 0.35% -
HSV(B) 216.75º 0.62% 0.51% -
XYZ 8.1 7.98 21.88 -
YUV 76.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 49 80 129 0.62 0.38 0 0.49 216.75 0.45 0.35
Hex 31 50 81 3E 26 0 31 D9 2D 23
Octal 61 120 201 76 46 0 61 331 55 43
Binary 110001 1010000 10000001 111110 100110 0 110001 11011001 101101 100011

Color Harmonies of #315081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315081

Black with #315081

Text Example


Text Example

White with #315081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315081; }

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

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

background-color css

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

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

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

border-color css

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

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

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