Html Css Color HEX #319089 Blue Chill

📋 copy color: '#319089'

red 49 ◦ green 144 ◦ blue 137

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

Shades of Blue Chill #319089

Tints of Blue Chill #319089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

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

R = 14.85%
G = 43.64%
B = 41.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#319089 (or 0x319089) is known color: Blue Chill. HEX triplet: 31, 90 and 89. RGB value is (49,144,137). Sum of RGB (Red+Green+Blue) = 49+144+137=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #319089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319089 is #CE6F76. Grayscale: #727272. Windows color (decimal): -13528951 or 9015345. OLE color: 9015345.

HSL color Cylindrical-coordinate representation of color #319089: hue angle of 175.58º 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 #319089 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 137 -
CMYK 0.66 0 0.05 0.44
HSL 175.58º 0.49% 0.38% -
HSV(B) 175.58º 0.66% 0.56% -
XYZ 15.76 22.41 27.16 -
YUV 114.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 49 144 137 0.66 0 0.05 0.44 175.58 0.49 0.38
Hex 31 90 89 42 0 5 2C B0 31 26
Octal 61 220 211 102 0 5 54 260 61 46
Binary 110001 10010000 10001001 1000010 0 101 101100 10110000 110001 100110

Color Harmonies of #319089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319089

Black with #319089

Text Example


Text Example

White with #319089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319089; }

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

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

background-color css

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

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

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

border-color css

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

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

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