Html Css Color HEX #31687C Astral

📋 copy color: '#31687C'

red 49 ◦ green 104 ◦ blue 124

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

Shades of Astral #31687C

Tints of Astral #31687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.55%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 17.69%
G = 37.55%
B = 44.77%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31687C (or 0x31687C) is known color: Astral. HEX triplet: 31, 68 and 7C. RGB value is (49,104,124). Sum of RGB (Red+Green+Blue) = 49+104+124=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #31687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31687C is #CE9783. Grayscale: #595959. Windows color (decimal): -13539204 or 8153137. OLE color: 8153137.

HSL color Cylindrical-coordinate representation of color #31687C: hue angle of 196º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31687C is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 104 124 -
CMYK 0.60 0.16 0 0.51
HSL 196º 0.43% 0.34% -
HSV(B) 196º 0.6% 0.49% -
XYZ 9.86 12.01 20.87 -
YUV 89.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 49 104 124 0.60 0.16 0 0.51 196 0.43 0.34
Hex 31 68 7C 3C 10 0 33 C4 2B 22
Octal 61 150 174 74 20 0 63 304 53 42
Binary 110001 1101000 1111100 111100 10000 0 110011 11000100 101011 100010

Color Harmonies of #31687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31687C

Black with #31687C

Text Example


Text Example

White with #31687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,104,124); }

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

background-color css

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

 a { background-color: rgb(49,104,124); }

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

border-color css

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

 span { border-color: rgb(49,104,124); }

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