Html Css Color HEX #318985 Blue Chill

📋 copy color: '#318985'

red 49 ◦ green 137 ◦ blue 133

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

Shades of Blue Chill #318985

Tints of Blue Chill #318985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 15.36%
G = 42.95%
B = 41.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#318985 (or 0x318985) is known color: Blue Chill. HEX triplet: 31, 89 and 85. RGB value is (49,137,133). Sum of RGB (Red+Green+Blue) = 49+137+133=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #318985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318985 is #CE767A. Grayscale: #6E6E6E. Windows color (decimal): -13530747 or 8751409. OLE color: 8751409.

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

Color convert

RGB 49 137 133 -
CMYK 0.64 0 0.03 0.46
HSL 177.27º 0.47% 0.36% -
HSV(B) 177.27º 0.64% 0.54% -
XYZ 14.45 20.24 25.34 -
YUV 110.23 140.85 84.33 -
System Red Green Blue C M Y K H S L
Decimal 49 137 133 0.64 0 0.03 0.46 177.27 0.47 0.36
Hex 31 89 85 40 0 3 2E B1 2F 24
Octal 61 211 205 100 0 3 56 261 57 44
Binary 110001 10001001 10000101 1000000 0 11 101110 10110001 101111 100100

Color Harmonies of #318985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318985

Black with #318985

Text Example


Text Example

White with #318985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318985; }

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

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

background-color css

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

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

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

border-color css

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

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

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