#31858A

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

Shades of Blue Chill #31858A

Tints of Blue Chill #31858A

Color information

#31858A (or 0x31858A) is unknown color: approx Blue Chill. HEX triplet: 31, 85 and 8A. RGB value is (49,133,138). Sum of RGB (Red+Green+Blue) = 49+133+138=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #31858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31858A is #CE7A75. Grayscale: #6C6C6C. Windows color (decimal): -13531766 or 9078065. OLE color: 9078065.

HSL color Cylindrical-coordinate representation of color #31858A: hue angle of 183.37º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31858A is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB49133138-
CMYK0.640.0400.46
HSL183.37º47.59%36.67%-
HSV(B)183.37º64.49%54.12%-
XYZ14.2419.2627.01-
YUV108.45144.6785.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=15.31%
G=41.56%
B=43.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491331380.640.0400.46183.3747.5936.67
Hex31858A40402Eb73025
Octal6120521210040562676045
Binary11000110000101100010101000000100010111010110111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31858A; }

 p { color: rgb(49,133,138); }

 H1.HeaderClassName
 {
   color: #31858A;
 }
 .AnyTagClassName
 {
   color: #31858A;
 }
</style>
background-color css

<style>
 a { background-color: #31858A; }

 a { background-color: rgb(49,133,138); }

 div.DivClassName
 {
   background-color: #31858A;
 }
 .BgClassName
 {
   background-color: #31858A;
 }
</style>
border-color css

<style>
 span { border-color: #31858A; }

 span { border-color: rgb(49,133,138); }

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