Html Css Color HEX #31697F Astral

📋 copy color: '#31697F'

red 49 ◦ green 105 ◦ blue 127

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

Shades of Astral #31697F

Tints of Astral #31697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.37%

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

R = 17.44%
G = 37.37%
B = 45.2%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31697F (or 0x31697F) is known color: Astral. HEX triplet: 31, 69 and 7F. RGB value is (49,105,127). Sum of RGB (Red+Green+Blue) = 49+105+127=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #31697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31697F is #CE9680. Grayscale: #5A5A5A. Windows color (decimal): -13538945 or 8350001. OLE color: 8350001.

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

Color convert

RGB 49 105 127 -
CMYK 0.61 0.17 0 0.50
HSL 196.92º 0.44% 0.35% -
HSV(B) 196.92º 0.61% 0.5% -
XYZ 10.15 12.29 21.92 -
YUV 90.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 49 105 127 0.61 0.17 0 0.50 196.92 0.44 0.35
Hex 31 69 7F 3D 11 0 32 C5 2C 23
Octal 61 151 177 75 21 0 62 305 54 43
Binary 110001 1101001 1111111 111101 10001 0 110010 11000101 101100 100011

Color Harmonies of #31697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31697F

Black with #31697F

Text Example


Text Example

White with #31697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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