#31838D

Color #31838D Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #31838D

Tints of Blue Chill #31838D

Color information

#31838D (or 0x31838D) is unknown color: approx 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

RGB49131141-
CMYK0.650.0700.45
HSL186.52º48.42%37.25%-
HSV(B)186.52º65.25%55.29%-
XYZ14.1918.8128.08-
YUV107.62146.8386.19-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491311410.650.0700.45186.5248.4237.25
Hex31838D41702Dbb3025
Octal6120321510170552736045
Binary11000110000011100011011000001111010110110111011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>