Html Css Color HEX #31868B Blue Chill

📋 copy color: '#31868B'

red 49 ◦ green 134 ◦ blue 139

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

Shades of Blue Chill #31868B

Tints of Blue Chill #31868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 15.22%
G = 41.61%
B = 43.17%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31868B (or 0x31868B) is known color: Blue Chill. HEX triplet: 31, 86 and 8B. RGB value is (49,134,139). Sum of RGB (Red+Green+Blue) = 49+134+139=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #31868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31868B is #CE7974. Grayscale: #6D6D6D. Windows color (decimal): -13531509 or 9143857. OLE color: 9143857.

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

Color convert

RGB 49 134 139 -
CMYK 0.65 0.04 0 0.45
HSL 183.33º 0.48% 0.37% -
HSV(B) 183.33º 0.65% 0.55% -
XYZ 14.45 19.57 27.44 -
YUV 109.16 144.84 85.09 -
System Red Green Blue C M Y K H S L
Decimal 49 134 139 0.65 0.04 0 0.45 183.33 0.48 0.37
Hex 31 86 8B 41 4 0 2D B7 30 25
Octal 61 206 213 101 4 0 55 267 60 45
Binary 110001 10000110 10001011 1000001 100 0 101101 10110111 110000 100101

Color Harmonies of #31868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31868B

Black with #31868B

Text Example


Text Example

White with #31868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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