Html Css Color HEX #31538D Fun Blue

📋 copy color: '#31538D'

red 49 ◦ green 83 ◦ blue 141

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

Shades of Fun Blue #31538D

Tints of Fun Blue #31538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

 BLUE value IS 141 (55.47% from 255) = 51.65%

R = 17.95%
G = 30.4%
B = 51.65%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31538D (or 0x31538D) is known color: Fun Blue. HEX triplet: 31, 53 and 8D. RGB value is (49,83,141). Sum of RGB (Red+Green+Blue) = 49+83+141=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #31538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31538D is #CEAC72. Grayscale: #4F4F4F. Windows color (decimal): -13544563 or 9261873. OLE color: 9261873.

HSL color Cylindrical-coordinate representation of color #31538D: hue angle of 217.83º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31538D is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 83 141 -
CMYK 0.65 0.41 0 0.45
HSL 217.83º 0.48% 0.37% -
HSV(B) 217.83º 0.65% 0.55% -
XYZ 9.17 8.76 26.41 -
YUV 79.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 49 83 141 0.65 0.41 0 0.45 217.83 0.48 0.37
Hex 31 53 8D 41 29 0 2D DA 30 25
Octal 61 123 215 101 51 0 55 332 60 45
Binary 110001 1010011 10001101 1000001 101001 0 101101 11011010 110000 100101

Color Harmonies of #31538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31538D

Black with #31538D

Text Example


Text Example

White with #31538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31538D; }

 p { color: rgb(49,83,141); }

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

background-color css

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

 a { background-color: rgb(49,83,141); }

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

border-color css

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

 span { border-color: rgb(49,83,141); }

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