Html Css Color HEX #31828D Blue Chill

📋 copy color: '#31828D'

red 49 ◦ green 130 ◦ blue 141

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

Shades of Blue Chill #31828D

Tints of Blue Chill #31828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

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

R = 15.31%
G = 40.63%
B = 44.06%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31828D (or 0x31828D) is known color: Blue Chill. HEX triplet: 31, 82 and 8D. RGB value is (49,130,141). Sum of RGB (Red+Green+Blue) = 49+130+141=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #31828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31828D is #CE7D72. Grayscale: #6A6A6A. Windows color (decimal): -13532531 or 9273905. OLE color: 9273905.

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

Color convert

RGB 49 130 141 -
CMYK 0.65 0.08 0 0.45
HSL 187.17º 0.48% 0.37% -
HSV(B) 187.17º 0.65% 0.55% -
XYZ 14.06 18.54 28.04 -
YUV 107.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 49 130 141 0.65 0.08 0 0.45 187.17 0.48 0.37
Hex 31 82 8D 41 8 0 2D BB 30 25
Octal 61 202 215 101 10 0 55 273 60 45
Binary 110001 10000010 10001101 1000001 1000 0 101101 10111011 110000 100101

Color Harmonies of #31828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31828D

Black with #31828D

Text Example


Text Example

White with #31828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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