Html Css Color HEX #318D88 Blue Chill

📋 copy color: '#318D88'

red 49 ◦ green 141 ◦ blue 136

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

Shades of Blue Chill #318D88

Tints of Blue Chill #318D88

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.25%

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 15.03%
G = 43.25%
B = 41.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#318D88 (or 0x318D88) is known color: Blue Chill. HEX triplet: 31, 8D and 88. RGB value is (49,141,136). Sum of RGB (Red+Green+Blue) = 49+141+136=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #318D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318D88 is #CE7277. Grayscale: #707070. Windows color (decimal): -13529720 or 8949041. OLE color: 8949041.

HSL color Cylindrical-coordinate representation of color #318D88: hue angle of 176.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318D88 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 141 136 -
CMYK 0.65 0 0.04 0.45
HSL 176.74º 0.48% 0.37% -
HSV(B) 176.74º 0.65% 0.55% -
XYZ 15.24 21.48 26.64 -
YUV 112.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 49 141 136 0.65 0 0.04 0.45 176.74 0.48 0.37
Hex 31 8D 88 41 0 4 2D B1 30 25
Octal 61 215 210 101 0 4 55 261 60 45
Binary 110001 10001101 10001000 1000001 0 100 101101 10110001 110000 100101

Color Harmonies of #318D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318D88

Black with #318D88

Text Example


Text Example

White with #318D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,141,136); }

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

background-color css

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

 a { background-color: rgb(49,141,136); }

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

border-color css

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

 span { border-color: rgb(49,141,136); }

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