Html Css Color HEX #316685 Astral

📋 copy color: '#316685'

red 49 ◦ green 102 ◦ blue 133

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

Shades of Astral #316685

Tints of Astral #316685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

 BLUE value IS 133 (52.34% from 255) = 46.83%

R = 17.25%
G = 35.92%
B = 46.83%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#316685 (or 0x316685) is known color: Astral. HEX triplet: 31, 66 and 85. RGB value is (49,102,133). Sum of RGB (Red+Green+Blue) = 49+102+133=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #316685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316685 is #CE997A. Grayscale: #595959. Windows color (decimal): -13539707 or 8742449. OLE color: 8742449.

HSL color Cylindrical-coordinate representation of color #316685: hue angle of 202.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316685 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 102 133 -
CMYK 0.63 0.23 0 0.48
HSL 202.14º 0.46% 0.36% -
HSV(B) 202.14º 0.63% 0.52% -
XYZ 10.25 11.85 23.94 -
YUV 89.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 49 102 133 0.63 0.23 0 0.48 202.14 0.46 0.36
Hex 31 66 85 3F 17 0 30 CA 2E 24
Octal 61 146 205 77 27 0 60 312 56 44
Binary 110001 1100110 10000101 111111 10111 0 110000 11001010 101110 100100

Color Harmonies of #316685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316685

Black with #316685

Text Example


Text Example

White with #316685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316685; }

 p { color: rgb(49,102,133); }

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

background-color css

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

 a { background-color: rgb(49,102,133); }

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

border-color css

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

 span { border-color: rgb(49,102,133); }

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