Html Css Color HEX #31707F Astral

📋 copy color: '#31707F'

red 49 ◦ green 112 ◦ blue 127

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

Shades of Astral #31707F

Tints of Astral #31707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

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

R = 17.01%
G = 38.89%
B = 44.1%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31707F (or 0x31707F) is known color: Astral. HEX triplet: 31, 70 and 7F. RGB value is (49,112,127). Sum of RGB (Red+Green+Blue) = 49+112+127=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #31707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31707F is #CE8F80. Grayscale: #5E5E5E. Windows color (decimal): -13537153 or 8351793. OLE color: 8351793.

HSL color Cylindrical-coordinate representation of color #31707F: hue angle of 191.54º 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 #31707F is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 112 127 -
CMYK 0.61 0.12 0 0.50
HSL 191.54º 0.44% 0.35% -
HSV(B) 191.54º 0.61% 0.5% -
XYZ 10.89 13.77 22.16 -
YUV 94.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 49 112 127 0.61 0.12 0 0.50 191.54 0.44 0.35
Hex 31 70 7F 3D C 0 32 C0 2C 23
Octal 61 160 177 75 14 0 62 300 54 43
Binary 110001 1110000 1111111 111101 1100 0 110010 11000000 101100 100011

Color Harmonies of #31707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31707F

Black with #31707F

Text Example


Text Example

White with #31707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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