Html Css Color HEX #317386 Astral

📋 copy color: '#317386'

red 49 ◦ green 115 ◦ blue 134

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

Shades of Astral #317386

Tints of Astral #317386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

 BLUE value IS 134 (52.73% from 255) = 44.97%

R = 16.44%
G = 38.59%
B = 44.97%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317386 (or 0x317386) is known color: Astral. HEX triplet: 31, 73 and 86. RGB value is (49,115,134). Sum of RGB (Red+Green+Blue) = 49+115+134=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #317386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317386 is #CE8C79. Grayscale: #616161. Windows color (decimal): -13536378 or 8811313. OLE color: 8811313.

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

Color convert

RGB 49 115 134 -
CMYK 0.63 0.14 0 0.47
HSL 193.41º 0.46% 0.36% -
HSV(B) 193.41º 0.63% 0.53% -
XYZ 11.7 14.64 24.76 -
YUV 97.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 49 115 134 0.63 0.14 0 0.47 193.41 0.46 0.36
Hex 31 73 86 3F E 0 2F C1 2E 24
Octal 61 163 206 77 16 0 57 301 56 44
Binary 110001 1110011 10000110 111111 1110 0 101111 11000001 101110 100100

Color Harmonies of #317386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317386

Black with #317386

Text Example


Text Example

White with #317386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317386; }

 p { color: rgb(49,115,134); }

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

background-color css

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

 a { background-color: rgb(49,115,134); }

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

border-color css

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

 span { border-color: rgb(49,115,134); }

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