Html Css Color HEX #318B88 Blue Chill

📋 copy color: '#318B88'

red 49 ◦ green 139 ◦ blue 136

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

Shades of Blue Chill #318B88

Tints of Blue Chill #318B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.9%

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

R = 15.12%
G = 42.9%
B = 41.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#318B88 (or 0x318B88) is known color: Blue Chill. HEX triplet: 31, 8B and 88. RGB value is (49,139,136). Sum of RGB (Red+Green+Blue) = 49+139+136=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #318B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B88 is #CE7477. Grayscale: #6F6F6F. Windows color (decimal): -13530232 or 8948529. OLE color: 8948529.

HSL color Cylindrical-coordinate representation of color #318B88: hue angle of 178º 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 #318B88 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 139 136 -
CMYK 0.65 0 0.02 0.45
HSL 178º 0.48% 0.37% -
HSV(B) 178º 0.65% 0.55% -
XYZ 14.94 20.9 26.54 -
YUV 111.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 49 139 136 0.65 0 0.02 0.45 178 0.48 0.37
Hex 31 8B 88 41 0 2 2D B2 30 25
Octal 61 213 210 101 0 2 55 262 60 45
Binary 110001 10001011 10001000 1000001 0 10 101101 10110010 110000 100101

Color Harmonies of #318B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B88

Black with #318B88

Text Example


Text Example

White with #318B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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