Html Css Color HEX #31508A Fun Blue

📋 copy color: '#31508A'

red 49 ◦ green 80 ◦ blue 138

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

Shades of Fun Blue #31508A

Tints of Fun Blue #31508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.69%

R = 18.35%
G = 29.96%
B = 51.69%

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

#31508A (or 0x31508A) is known color: Fun Blue. HEX triplet: 31, 50 and 8A. RGB value is (49,80,138). Sum of RGB (Red+Green+Blue) = 49+80+138=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #31508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31508A is #CEAF75. Grayscale: #4D4D4D. Windows color (decimal): -13545334 or 9064497. OLE color: 9064497.

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

Color convert

RGB 49 80 138 -
CMYK 0.64 0.42 0 0.46
HSL 219.1º 0.48% 0.37% -
HSV(B) 219.1º 0.64% 0.54% -
XYZ 8.72 8.23 25.17 -
YUV 77.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 49 80 138 0.64 0.42 0 0.46 219.1 0.48 0.37
Hex 31 50 8A 40 2A 0 2E DB 30 25
Octal 61 120 212 100 52 0 56 333 60 45
Binary 110001 1010000 10001010 1000000 101010 0 101110 11011011 110000 100101

Color Harmonies of #31508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31508A

Black with #31508A

Text Example


Text Example

White with #31508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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