Html Css Color HEX #31878D Blue Chill

📋 copy color: '#31878D'

red 49 ◦ green 135 ◦ blue 141

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

Shades of Blue Chill #31878D

Tints of Blue Chill #31878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

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

R = 15.08%
G = 41.54%
B = 43.38%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31878D (or 0x31878D) is known color: Blue Chill. HEX triplet: 31, 87 and 8D. RGB value is (49,135,141). Sum of RGB (Red+Green+Blue) = 49+135+141=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #31878D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31878D is #CE7872. Grayscale: #6D6D6D. Windows color (decimal): -13531251 or 9275185. OLE color: 9275185.

HSL color Cylindrical-coordinate representation of color #31878D: hue angle of 183.91º 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 #31878D is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 135 141 -
CMYK 0.65 0.04 0 0.45
HSL 183.91º 0.48% 0.37% -
HSV(B) 183.91º 0.65% 0.55% -
XYZ 14.74 19.9 28.26 -
YUV 109.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 49 135 141 0.65 0.04 0 0.45 183.91 0.48 0.37
Hex 31 87 8D 41 4 0 2D B8 30 25
Octal 61 207 215 101 4 0 55 270 60 45
Binary 110001 10000111 10001101 1000001 100 0 101101 10111000 110000 100101

Color Harmonies of #31878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31878D

Black with #31878D

Text Example


Text Example

White with #31878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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