#318789

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

Shades of Blue Chill #318789

Tints of Blue Chill #318789

Color information

#318789 (or 0x318789) is unknown color: approx Blue Chill. HEX triplet: 31, 87 and 89. RGB value is (49,135,137). Sum of RGB (Red+Green+Blue) = 49+135+137=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #318789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318789 is #CE7876. Grayscale: #6D6D6D. Windows color (decimal): -13531255 or 9013041. OLE color: 9013041.

HSL color Cylindrical-coordinate representation of color #318789: hue angle of 181.36º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318789 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB49135137-
CMYK0.640.0100.46
HSL181.36º47.31%36.47%-
HSV(B)181.36º64.23%53.73%-
XYZ14.4519.7926.72-
YUV109.51143.5184.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=15.26%
G=42.06%
B=42.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491351370.640.0100.46181.3647.3136.47
Hex31878940102Eb52f24
Octal6120721110010562655744
Binary110001100001111000100110000001010111010110101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318789; }

 p { color: rgb(49,135,137); }

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

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

 a { background-color: rgb(49,135,137); }

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

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

 span { border-color: rgb(49,135,137); }

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