Html Css Color HEX #317485 Astral

📋 copy color: '#317485'

red 49 ◦ green 116 ◦ blue 133

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

Shades of Astral #317485

Tints of Astral #317485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

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

R = 16.44%
G = 38.93%
B = 44.63%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#317485 (or 0x317485) is known color: Astral. HEX triplet: 31, 74 and 85. RGB value is (49,116,133). Sum of RGB (Red+Green+Blue) = 49+116+133=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #317485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317485 is #CE8B7A. Grayscale: #616161. Windows color (decimal): -13536123 or 8746033. OLE color: 8746033.

HSL color Cylindrical-coordinate representation of color #317485: hue angle of 192.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 #317485 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 116 133 -
CMYK 0.63 0.13 0 0.48
HSL 192.14º 0.46% 0.36% -
HSV(B) 192.14º 0.63% 0.52% -
XYZ 11.75 14.84 24.44 -
YUV 97.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 49 116 133 0.63 0.13 0 0.48 192.14 0.46 0.36
Hex 31 74 85 3F D 0 30 C0 2E 24
Octal 61 164 205 77 15 0 60 300 56 44
Binary 110001 1110100 10000101 111111 1101 0 110000 11000000 101110 100100

Color Harmonies of #317485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317485

Black with #317485

Text Example


Text Example

White with #317485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317485; }

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

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

background-color css

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

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

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

border-color css

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

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

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