Html Css Color HEX #31698B Astral

📋 copy color: '#31698B'

red 49 ◦ green 105 ◦ blue 139

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

Shades of Astral #31698B

Tints of Astral #31698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 16.72%
G = 35.84%
B = 47.44%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31698B (or 0x31698B) is known color: Astral. HEX triplet: 31, 69 and 8B. RGB value is (49,105,139). Sum of RGB (Red+Green+Blue) = 49+105+139=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #31698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31698B is #CE9674. Grayscale: #5B5B5B. Windows color (decimal): -13538933 or 9136433. OLE color: 9136433.

HSL color Cylindrical-coordinate representation of color #31698B: hue angle of 202.67º 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 #31698B is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 105 139 -
CMYK 0.65 0.24 0 0.45
HSL 202.67º 0.48% 0.37% -
HSV(B) 202.67º 0.65% 0.55% -
XYZ 10.98 12.62 26.28 -
YUV 92.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 49 105 139 0.65 0.24 0 0.45 202.67 0.48 0.37
Hex 31 69 8B 41 18 0 2D CB 30 25
Octal 61 151 213 101 30 0 55 313 60 45
Binary 110001 1101001 10001011 1000001 11000 0 101101 11001011 110000 100101

Color Harmonies of #31698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31698B

Black with #31698B

Text Example


Text Example

White with #31698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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