Html Css Color HEX #318987 Blue Chill

📋 copy color: '#318987'

red 49 ◦ green 137 ◦ blue 135

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

Shades of Blue Chill #318987

Tints of Blue Chill #318987

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.68%

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

R = 15.26%
G = 42.68%
B = 42.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#318987 (or 0x318987) is known color: Blue Chill. HEX triplet: 31, 89 and 87. RGB value is (49,137,135). Sum of RGB (Red+Green+Blue) = 49+137+135=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #318987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318987 is #CE7678. Grayscale: #6E6E6E. Windows color (decimal): -13530745 or 8882481. OLE color: 8882481.

HSL color Cylindrical-coordinate representation of color #318987: hue angle of 178.64º 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 #318987 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 137 135 -
CMYK 0.64 0 0.01 0.46
HSL 178.64º 0.47% 0.36% -
HSV(B) 178.64º 0.64% 0.54% -
XYZ 14.59 20.29 26.07 -
YUV 110.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 49 137 135 0.64 0 0.01 0.46 178.64 0.47 0.36
Hex 31 89 87 40 0 1 2E B3 2F 24
Octal 61 211 207 100 0 1 56 263 57 44
Binary 110001 10001001 10000111 1000000 0 1 101110 10110011 101111 100100

Color Harmonies of #318987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318987

Black with #318987

Text Example


Text Example

White with #318987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318987; }

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

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

background-color css

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

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

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

border-color css

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

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

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