Html Css Color HEX #318B90 Blue Chill

📋 copy color: '#318B90'

red 49 ◦ green 139 ◦ blue 144

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

Shades of Blue Chill #318B90

Tints of Blue Chill #318B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 14.76%
G = 41.87%
B = 43.37%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#318B90 (or 0x318B90) is known color: Blue Chill. HEX triplet: 31, 8B and 90. RGB value is (49,139,144). Sum of RGB (Red+Green+Blue) = 49+139+144=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #318B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318B90 is #CE746F. Grayscale: #707070. Windows color (decimal): -13530224 or 9472817. OLE color: 9472817.

HSL color Cylindrical-coordinate representation of color #318B90: hue angle of 183.16º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318B90 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 139 144 -
CMYK 0.66 0.03 0 0.44
HSL 183.16º 0.49% 0.38% -
HSV(B) 183.16º 0.66% 0.56% -
XYZ 15.53 21.13 29.65 -
YUV 112.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 49 139 144 0.66 0.03 0 0.44 183.16 0.49 0.38
Hex 31 8B 90 42 3 0 2C B7 31 26
Octal 61 213 220 102 3 0 54 267 61 46
Binary 110001 10001011 10010000 1000010 11 0 101100 10110111 110001 100110

Color Harmonies of #318B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B90

Black with #318B90

Text Example


Text Example

White with #318B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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