Html Css Color HEX #31838E Blue Chill

📋 copy color: '#31838E'

red 49 ◦ green 131 ◦ blue 142

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

Shades of Blue Chill #31838E

Tints of Blue Chill #31838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

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

R = 15.22%
G = 40.68%
B = 44.1%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31838E (or 0x31838E) is known color: Blue Chill. HEX triplet: 31, 83 and 8E. RGB value is (49,131,142). Sum of RGB (Red+Green+Blue) = 49+131+142=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #31838E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31838E is #CE7C71. Grayscale: #6B6B6B. Windows color (decimal): -13532274 or 9339697. OLE color: 9339697.

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

Color convert

RGB 49 131 142 -
CMYK 0.65 0.08 0 0.44
HSL 187.1º 0.49% 0.37% -
HSV(B) 187.1º 0.65% 0.56% -
XYZ 14.27 18.84 28.48 -
YUV 107.74 147.33 86.11 -
System Red Green Blue C M Y K H S L
Decimal 49 131 142 0.65 0.08 0 0.44 187.1 0.49 0.37
Hex 31 83 8E 41 8 0 2C BB 31 25
Octal 61 203 216 101 10 0 54 273 61 45
Binary 110001 10000011 10001110 1000001 1000 0 101100 10111011 110001 100101

Color Harmonies of #31838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31838E

Black with #31838E

Text Example


Text Example

White with #31838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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