Html Css Color HEX #31868C Blue Chill

📋 copy color: '#31868C'

red 49 ◦ green 134 ◦ blue 140

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

Shades of Blue Chill #31868C

Tints of Blue Chill #31868C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 15.17%
G = 41.49%
B = 43.34%

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

#31868C (or 0x31868C) is known color: Blue Chill. HEX triplet: 31, 86 and 8C. RGB value is (49,134,140). Sum of RGB (Red+Green+Blue) = 49+134+140=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #31868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31868C is #CE7973. Grayscale: #6D6D6D. Windows color (decimal): -13531508 or 9209393. OLE color: 9209393.

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

Color convert

RGB 49 134 140 -
CMYK 0.65 0.04 0 0.45
HSL 183.96º 0.48% 0.37% -
HSV(B) 183.96º 0.65% 0.55% -
XYZ 14.53 19.6 27.83 -
YUV 109.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 49 134 140 0.65 0.04 0 0.45 183.96 0.48 0.37
Hex 31 86 8C 41 4 0 2D B8 30 25
Octal 61 206 214 101 4 0 55 270 60 45
Binary 110001 10000110 10001100 1000001 100 0 101101 10111000 110000 100101

Color Harmonies of #31868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31868C

Black with #31868C

Text Example


Text Example

White with #31868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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