Html Css Color HEX #317289 Astral

📋 copy color: '#317289'

red 49 ◦ green 114 ◦ blue 137

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

Shades of Astral #317289

Tints of Astral #317289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 137 (53.91% from 255) = 45.67%

R = 16.33%
G = 38%
B = 45.67%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#317289 (or 0x317289) is known color: Astral. HEX triplet: 31, 72 and 89. RGB value is (49,114,137). Sum of RGB (Red+Green+Blue) = 49+114+137=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #317289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317289 is #CE8D76. Grayscale: #616161. Windows color (decimal): -13536631 or 9007665. OLE color: 9007665.

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

Color convert

RGB 49 114 137 -
CMYK 0.64 0.17 0 0.46
HSL 195.68º 0.47% 0.36% -
HSV(B) 195.68º 0.64% 0.54% -
XYZ 11.8 14.49 25.84 -
YUV 97.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 49 114 137 0.64 0.17 0 0.46 195.68 0.47 0.36
Hex 31 72 89 40 11 0 2E C4 2F 24
Octal 61 162 211 100 21 0 56 304 57 44
Binary 110001 1110010 10001001 1000000 10001 0 101110 11000100 101111 100100

Color Harmonies of #317289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317289

Black with #317289

Text Example


Text Example

White with #317289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317289; }

 p { color: rgb(49,114,137); }

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

background-color css

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

 a { background-color: rgb(49,114,137); }

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

border-color css

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

 span { border-color: rgb(49,114,137); }

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