Html Css Color HEX #31698D Astral

📋 copy color: '#31698D'

red 49 ◦ green 105 ◦ blue 141

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

Shades of Astral #31698D

Tints of Astral #31698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 16.61%
G = 35.59%
B = 47.8%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31698D (or 0x31698D) is known color: Astral. HEX triplet: 31, 69 and 8D. RGB value is (49,105,141). Sum of RGB (Red+Green+Blue) = 49+105+141=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #31698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31698D is #CE9672. Grayscale: #5C5C5C. Windows color (decimal): -13538931 or 9267505. OLE color: 9267505.

HSL color Cylindrical-coordinate representation of color #31698D: hue angle of 203.48º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31698D is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 105 141 -
CMYK 0.65 0.26 0 0.45
HSL 203.48º 0.48% 0.37% -
HSV(B) 203.48º 0.65% 0.55% -
XYZ 11.13 12.68 27.06 -
YUV 92.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 49 105 141 0.65 0.26 0 0.45 203.48 0.48 0.37
Hex 31 69 8D 41 1A 0 2D CB 30 25
Octal 61 151 215 101 32 0 55 313 60 45
Binary 110001 1101001 10001101 1000001 11010 0 101101 11001011 110000 100101

Color Harmonies of #31698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31698D

Black with #31698D

Text Example


Text Example

White with #31698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31698D; }

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

 H1.HeaderClassName
 {
   color: #31698D;
 }
 .AnyTagClassName
 {
   color: #31698D;
 }
</style>

background-color css

<style>
 a { background-color: #31698D; }

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

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

border-color css

<style>
 span { border-color: #31698D; }

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

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