Html Css Color HEX #318C89 Blue Chill

📋 copy color: '#318C89'

red 49 ◦ green 140 ◦ blue 137

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

Shades of Blue Chill #318C89

Tints of Blue Chill #318C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.94%

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 15.03%
G = 42.94%
B = 42.02%

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

#318C89 (or 0x318C89) is known color: Blue Chill. HEX triplet: 31, 8C and 89. RGB value is (49,140,137). Sum of RGB (Red+Green+Blue) = 49+140+137=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #318C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C89 is #CE7376. Grayscale: #707070. Windows color (decimal): -13529975 or 9014321. OLE color: 9014321.

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

Color convert

RGB 49 140 137 -
CMYK 0.65 0 0.02 0.45
HSL 178.02º 0.48% 0.37% -
HSV(B) 178.02º 0.65% 0.55% -
XYZ 15.16 21.22 26.96 -
YUV 112.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 49 140 137 0.65 0 0.02 0.45 178.02 0.48 0.37
Hex 31 8C 89 41 0 2 2D B2 30 25
Octal 61 214 211 101 0 2 55 262 60 45
Binary 110001 10001100 10001001 1000001 0 10 101101 10110010 110000 100101

Color Harmonies of #318C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C89

Black with #318C89

Text Example


Text Example

White with #318C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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