Html Css Color HEX #315083 Fun Blue

📋 copy color: '#315083'

red 49 ◦ green 80 ◦ blue 131

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

Shades of Fun Blue #315083

Tints of Fun Blue #315083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.38%

R = 18.85%
G = 30.77%
B = 50.38%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#315083 (or 0x315083) is known color: Fun Blue. HEX triplet: 31, 50 and 83. RGB value is (49,80,131). Sum of RGB (Red+Green+Blue) = 49+80+131=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #315083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315083 is #CEAF7C. Grayscale: #4C4C4C. Windows color (decimal): -13545341 or 8605745. OLE color: 8605745.

HSL color Cylindrical-coordinate representation of color #315083: hue angle of 217.32º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315083 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 80 131 -
CMYK 0.63 0.39 0 0.49
HSL 217.32º 0.46% 0.35% -
HSV(B) 217.32º 0.63% 0.51% -
XYZ 8.23 8.03 22.59 -
YUV 76.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 49 80 131 0.63 0.39 0 0.49 217.32 0.46 0.35
Hex 31 50 83 3F 27 0 31 D9 2E 23
Octal 61 120 203 77 47 0 61 331 56 43
Binary 110001 1010000 10000011 111111 100111 0 110001 11011001 101110 100011

Color Harmonies of #315083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315083

Black with #315083

Text Example


Text Example

White with #315083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315083; }

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

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

background-color css

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

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

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

border-color css

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

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

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