Html Css Color HEX #31878C Blue Chill

📋 copy color: '#31878C'

red 49 ◦ green 135 ◦ blue 140

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

Shades of Blue Chill #31878C

Tints of Blue Chill #31878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 15.12%
G = 41.67%
B = 43.21%

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

#31878C (or 0x31878C) is known color: Blue Chill. HEX triplet: 31, 87 and 8C. RGB value is (49,135,140). Sum of RGB (Red+Green+Blue) = 49+135+140=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #31878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31878C is #CE7873. Grayscale: #6D6D6D. Windows color (decimal): -13531252 or 9209649. OLE color: 9209649.

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

Color convert

RGB 49 135 140 -
CMYK 0.65 0.04 0 0.45
HSL 183.3º 0.48% 0.37% -
HSV(B) 183.3º 0.65% 0.55% -
XYZ 14.66 19.87 27.87 -
YUV 109.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 49 135 140 0.65 0.04 0 0.45 183.3 0.48 0.37
Hex 31 87 8C 41 4 0 2D B7 30 25
Octal 61 207 214 101 4 0 55 267 60 45
Binary 110001 10000111 10001100 1000001 100 0 101101 10110111 110000 100101

Color Harmonies of #31878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31878C

Black with #31878C

Text Example


Text Example

White with #31878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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