Html Css Color HEX #31878E Blue Chill

📋 copy color: '#31878E'

red 49 ◦ green 135 ◦ blue 142

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

Shades of Blue Chill #31878E

Tints of Blue Chill #31878E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 15.03%
G = 41.41%
B = 43.56%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31878E (or 0x31878E) is known color: Blue Chill. HEX triplet: 31, 87 and 8E. RGB value is (49,135,142). Sum of RGB (Red+Green+Blue) = 49+135+142=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #31878E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31878E is #CE7871. Grayscale: #6D6D6D. Windows color (decimal): -13531250 or 9340721. OLE color: 9340721.

HSL color Cylindrical-coordinate representation of color #31878E: hue angle of 184.52º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31878E is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 135 142 -
CMYK 0.65 0.05 0 0.44
HSL 184.52º 0.49% 0.37% -
HSV(B) 184.52º 0.65% 0.56% -
XYZ 14.81 19.93 28.66 -
YUV 110.08 146.01 84.43 -
System Red Green Blue C M Y K H S L
Decimal 49 135 142 0.65 0.05 0 0.44 184.52 0.49 0.37
Hex 31 87 8E 41 5 0 2C B9 31 25
Octal 61 207 216 101 5 0 54 271 61 45
Binary 110001 10000111 10001110 1000001 101 0 101100 10111001 110001 100101

Color Harmonies of #31878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31878E

Black with #31878E

Text Example


Text Example

White with #31878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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