Html Css Color HEX #31688F Astral

📋 copy color: '#31688F'

red 49 ◦ green 104 ◦ blue 143

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

Shades of Astral #31688F

Tints of Astral #31688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 143 (56.25% from 255) = 48.31%

R = 16.55%
G = 35.14%
B = 48.31%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31688F (or 0x31688F) is known color: Astral. HEX triplet: 31, 68 and 8F. RGB value is (49,104,143). Sum of RGB (Red+Green+Blue) = 49+104+143=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #31688F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31688F is #CE9770. Grayscale: #5B5B5B. Windows color (decimal): -13539185 or 9398321. OLE color: 9398321.

HSL color Cylindrical-coordinate representation of color #31688F: hue angle of 204.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31688F is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 104 143 -
CMYK 0.66 0.27 0 0.44
HSL 204.89º 0.49% 0.38% -
HSV(B) 204.89º 0.66% 0.56% -
XYZ 11.17 12.54 27.82 -
YUV 92 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 49 104 143 0.66 0.27 0 0.44 204.89 0.49 0.38
Hex 31 68 8F 42 1B 0 2C CD 31 26
Octal 61 150 217 102 33 0 54 315 61 46
Binary 110001 1101000 10001111 1000010 11011 0 101100 11001101 110001 100110

Color Harmonies of #31688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31688F

Black with #31688F

Text Example


Text Example

White with #31688F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,104,143); }

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

background-color css

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

 a { background-color: rgb(49,104,143); }

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

border-color css

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

 span { border-color: rgb(49,104,143); }

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