Html Css Color HEX #31838D Blue Chill

📋 copy color: '#31838D'

red 49 ◦ green 131 ◦ blue 141

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

Shades of Blue Chill #31838D

Tints of Blue Chill #31838D

RGB

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

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

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

R = 15.26%
G = 40.81%
B = 43.93%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31838D (or 0x31838D) is known color: Blue Chill. HEX triplet: 31, 83 and 8D. RGB value is (49,131,141). Sum of RGB (Red+Green+Blue) = 49+131+141=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #31838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31838D is #CE7C72. Grayscale: #6B6B6B. Windows color (decimal): -13532275 or 9274161. OLE color: 9274161.

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

Color convert

RGB 49 131 141 -
CMYK 0.65 0.07 0 0.45
HSL 186.52º 0.48% 0.37% -
HSV(B) 186.52º 0.65% 0.55% -
XYZ 14.19 18.81 28.08 -
YUV 107.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 49 131 141 0.65 0.07 0 0.45 186.52 0.48 0.37
Hex 31 83 8D 41 7 0 2D BB 30 25
Octal 61 203 215 101 7 0 55 273 60 45
Binary 110001 10000011 10001101 1000001 111 0 101101 10111011 110000 100101

Color Harmonies of #31838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31838D

Black with #31838D

Text Example


Text Example

White with #31838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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