Html Css Color HEX #31687F Astral

📋 copy color: '#31687F'

red 49 ◦ green 104 ◦ blue 127

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

Shades of Astral #31687F

Tints of Astral #31687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.36%

R = 17.5%
G = 37.14%
B = 45.36%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31687F (or 0x31687F) is known color: Astral. HEX triplet: 31, 68 and 7F. RGB value is (49,104,127). Sum of RGB (Red+Green+Blue) = 49+104+127=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #31687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31687F is #CE9780. Grayscale: #5A5A5A. Windows color (decimal): -13539201 or 8349745. OLE color: 8349745.

HSL color Cylindrical-coordinate representation of color #31687F: hue angle of 197.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31687F is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 104 127 -
CMYK 0.61 0.18 0 0.50
HSL 197.69º 0.44% 0.35% -
HSV(B) 197.69º 0.61% 0.5% -
XYZ 10.05 12.09 21.88 -
YUV 90.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 49 104 127 0.61 0.18 0 0.50 197.69 0.44 0.35
Hex 31 68 7F 3D 12 0 32 C6 2C 23
Octal 61 150 177 75 22 0 62 306 54 43
Binary 110001 1101000 1111111 111101 10010 0 110010 11000110 101100 100011

Color Harmonies of #31687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31687F

Black with #31687F

Text Example


Text Example

White with #31687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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