Html Css Color HEX #317185 Astral

📋 copy color: '#317185'

red 49 ◦ green 113 ◦ blue 133

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

Shades of Astral #317185

Tints of Astral #317185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

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

R = 16.61%
G = 38.31%
B = 45.08%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#317185 (or 0x317185) is known color: Astral. HEX triplet: 31, 71 and 85. RGB value is (49,113,133). Sum of RGB (Red+Green+Blue) = 49+113+133=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #317185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317185 is #CE8E7A. Grayscale: #606060. Windows color (decimal): -13536891 or 8745265. OLE color: 8745265.

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

Color convert

RGB 49 113 133 -
CMYK 0.63 0.15 0 0.48
HSL 194.29º 0.46% 0.36% -
HSV(B) 194.29º 0.63% 0.52% -
XYZ 11.41 14.16 24.32 -
YUV 96.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 49 113 133 0.63 0.15 0 0.48 194.29 0.46 0.36
Hex 31 71 85 3F F 0 30 C2 2E 24
Octal 61 161 205 77 17 0 60 302 56 44
Binary 110001 1110001 10000101 111111 1111 0 110000 11000010 101110 100100

Color Harmonies of #317185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317185

Black with #317185

Text Example


Text Example

White with #317185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317185; }

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

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

background-color css

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

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

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

border-color css

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

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

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