Html Css Color HEX #31898F Blue Chill

📋 copy color: '#31898F'

red 49 ◦ green 137 ◦ blue 143

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

Shades of Blue Chill #31898F

Tints of Blue Chill #31898F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 14.89%
G = 41.64%
B = 43.47%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31898F (or 0x31898F) is known color: Blue Chill. HEX triplet: 31, 89 and 8F. RGB value is (49,137,143). Sum of RGB (Red+Green+Blue) = 49+137+143=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #31898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31898F is #CE7670. Grayscale: #6F6F6F. Windows color (decimal): -13530737 or 9406769. OLE color: 9406769.

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

Color convert

RGB 49 137 143 -
CMYK 0.66 0.04 0 0.44
HSL 183.83º 0.49% 0.38% -
HSV(B) 183.83º 0.66% 0.56% -
XYZ 15.17 20.53 29.15 -
YUV 111.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 49 137 143 0.66 0.04 0 0.44 183.83 0.49 0.38
Hex 31 89 8F 42 4 0 2C B8 31 26
Octal 61 211 217 102 4 0 54 270 61 46
Binary 110001 10001001 10001111 1000010 100 0 101100 10111000 110001 100110

Color Harmonies of #31898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31898F

Black with #31898F

Text Example


Text Example

White with #31898F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31898F; }

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

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

background-color css

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

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

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

border-color css

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

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

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