Html Css Color HEX #31697C Astral

📋 copy color: '#31697C'

red 49 ◦ green 105 ◦ blue 124

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

Shades of Astral #31697C

Tints of Astral #31697C

RGB

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

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

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

R = 17.63%
G = 37.77%
B = 44.6%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31697C (or 0x31697C) is known color: Astral. HEX triplet: 31, 69 and 7C. RGB value is (49,105,124). Sum of RGB (Red+Green+Blue) = 49+105+124=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #31697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31697C is #CE9683. Grayscale: #5A5A5A. Windows color (decimal): -13538948 or 8153393. OLE color: 8153393.

HSL color Cylindrical-coordinate representation of color #31697C: hue angle of 195.2º 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 #31697C is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 105 124 -
CMYK 0.60 0.15 0 0.51
HSL 195.2º 0.43% 0.34% -
HSV(B) 195.2º 0.6% 0.49% -
XYZ 9.96 12.21 20.9 -
YUV 90.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 49 105 124 0.60 0.15 0 0.51 195.2 0.43 0.34
Hex 31 69 7C 3C F 0 33 C3 2B 22
Octal 61 151 174 74 17 0 63 303 53 42
Binary 110001 1101001 1111100 111100 1111 0 110011 11000011 101011 100010

Color Harmonies of #31697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31697C

Black with #31697C

Text Example


Text Example

White with #31697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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