Html Css Color HEX #317385 Astral

📋 copy color: '#317385'

red 49 ◦ green 115 ◦ blue 133

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

Shades of Astral #317385

Tints of Astral #317385

RGB

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

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

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

R = 16.5%
G = 38.72%
B = 44.78%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#317385 (or 0x317385) is known color: Astral. HEX triplet: 31, 73 and 85. RGB value is (49,115,133). Sum of RGB (Red+Green+Blue) = 49+115+133=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #317385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317385 is #CE8C7A. Grayscale: #616161. Windows color (decimal): -13536379 or 8745777. OLE color: 8745777.

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

Color convert

RGB 49 115 133 -
CMYK 0.63 0.14 0 0.48
HSL 192.86º 0.46% 0.36% -
HSV(B) 192.86º 0.63% 0.52% -
XYZ 11.63 14.61 24.4 -
YUV 97.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 49 115 133 0.63 0.14 0 0.48 192.86 0.46 0.36
Hex 31 73 85 3F E 0 30 C1 2E 24
Octal 61 163 205 77 16 0 60 301 56 44
Binary 110001 1110011 10000101 111111 1110 0 110000 11000001 101110 100100

Color Harmonies of #317385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317385

Black with #317385

Text Example


Text Example

White with #317385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317385; }

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

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

background-color css

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

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

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

border-color css

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

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

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