Html Css Color HEX #318E87 Blue Chill

📋 copy color: '#318E87'

red 49 ◦ green 142 ◦ blue 135

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

Shades of Blue Chill #318E87

Tints of Blue Chill #318E87

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.56%

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 15.03%
G = 43.56%
B = 41.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#318E87 (or 0x318E87) is known color: Blue Chill. HEX triplet: 31, 8E and 87. RGB value is (49,142,135). Sum of RGB (Red+Green+Blue) = 49+142+135=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #318E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318E87 is #CE7178. Grayscale: #717171. Windows color (decimal): -13529465 or 8883761. OLE color: 8883761.

HSL color Cylindrical-coordinate representation of color #318E87: hue angle of 175.48º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E87 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 142 135 -
CMYK 0.65 0 0.05 0.44
HSL 175.48º 0.49% 0.37% -
HSV(B) 175.48º 0.65% 0.56% -
XYZ 15.31 21.75 26.31 -
YUV 113.4 140.19 82.07 -
System Red Green Blue C M Y K H S L
Decimal 49 142 135 0.65 0 0.05 0.44 175.48 0.49 0.37
Hex 31 8E 87 41 0 5 2C AF 31 25
Octal 61 216 207 101 0 5 54 257 61 45
Binary 110001 10001110 10000111 1000001 0 101 101100 10101111 110001 100101

Color Harmonies of #318E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318E87

Black with #318E87

Text Example


Text Example

White with #318E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #318E87;
 }
 .AnyTagClassName
 {
   color: #318E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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