#318E93

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

Shades of Blue Chill #318E93

Tints of Blue Chill #318E93

Color information

#318E93 (or 0x318E93) is unknown color: approx Blue Chill. HEX triplet: 31, 8E and 93. RGB value is (49,142,147). Sum of RGB (Red+Green+Blue) = 49+142+147=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #318E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E93 is #CE716C. Grayscale: #727272. Windows color (decimal): -13529453 or 9670193. OLE color: 9670193.

HSL color Cylindrical-coordinate representation of color #318E93: hue angle of 183.06º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #318E93 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB49142147-
CMYK0.670.0300.42
HSL183.06º50%38.43%-
HSV(B)183.06º66.67%57.65%-
XYZ16.2122.1131.02-
YUV114.76146.1981.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.50%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=14.50%
G=42.01%
B=43.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491421470.670.0300.42183.065038.43
Hex318E9343302Ab73226
Octal6121622310330522676246
Binary1100011000111010010011100001111010101010110111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318E93; }

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

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

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

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

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

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

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

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