Html Css Color HEX #317A8B Astral

📋 copy color: '#317A8B'

red 49 ◦ green 122 ◦ blue 139

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

Shades of Astral #317A8B

Tints of Astral #317A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

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

R = 15.81%
G = 39.35%
B = 44.84%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#317A8B (or 0x317A8B) is known color: Astral. HEX triplet: 31, 7A and 8B. RGB value is (49,122,139). Sum of RGB (Red+Green+Blue) = 49+122+139=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #317A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A8B is #CE8574. Grayscale: #656565. Windows color (decimal): -13534581 or 9140785. OLE color: 9140785.

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

Color convert

RGB 49 122 139 -
CMYK 0.65 0.12 0 0.45
HSL 191.33º 0.48% 0.37% -
HSV(B) 191.33º 0.65% 0.55% -
XYZ 12.89 16.44 26.92 -
YUV 102.11 148.82 90.12 -
System Red Green Blue C M Y K H S L
Decimal 49 122 139 0.65 0.12 0 0.45 191.33 0.48 0.37
Hex 31 7A 8B 41 C 0 2D BF 30 25
Octal 61 172 213 101 14 0 55 277 60 45
Binary 110001 1111010 10001011 1000001 1100 0 101101 10111111 110000 100101

Color Harmonies of #317A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317A8B

Black with #317A8B

Text Example


Text Example

White with #317A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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