Html Css Color HEX #317687 Astral

📋 copy color: '#317687'

red 49 ◦ green 118 ◦ blue 135

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

Shades of Astral #317687

Tints of Astral #317687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 16.23%
G = 39.07%
B = 44.7%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317687 (or 0x317687) is known color: Astral. HEX triplet: 31, 76 and 87. RGB value is (49,118,135). Sum of RGB (Red+Green+Blue) = 49+118+135=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #317687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317687 is #CE8978. Grayscale: #636363. Windows color (decimal): -13535609 or 8877617. OLE color: 8877617.

HSL color Cylindrical-coordinate representation of color #317687: hue angle of 191.86º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317687 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 118 135 -
CMYK 0.64 0.13 0 0.47
HSL 191.86º 0.47% 0.36% -
HSV(B) 191.86º 0.64% 0.53% -
XYZ 12.12 15.36 25.25 -
YUV 99.31 148.14 92.12 -
System Red Green Blue C M Y K H S L
Decimal 49 118 135 0.64 0.13 0 0.47 191.86 0.47 0.36
Hex 31 76 87 40 D 0 2F C0 2F 24
Octal 61 166 207 100 15 0 57 300 57 44
Binary 110001 1110110 10000111 1000000 1101 0 101111 11000000 101111 100100

Color Harmonies of #317687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317687

Black with #317687

Text Example


Text Example

White with #317687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317687; }

 p { color: rgb(49,118,135); }

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

background-color css

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

 a { background-color: rgb(49,118,135); }

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

border-color css

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

 span { border-color: rgb(49,118,135); }

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