Html Css Color HEX #317387 Astral

📋 copy color: '#317387'

red 49 ◦ green 115 ◦ blue 135

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

Shades of Astral #317387

Tints of Astral #317387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 16.39%
G = 38.46%
B = 45.15%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317387 (or 0x317387) is known color: Astral. HEX triplet: 31, 73 and 87. RGB value is (49,115,135). Sum of RGB (Red+Green+Blue) = 49+115+135=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #317387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317387 is #CE8C78. Grayscale: #616161. Windows color (decimal): -13536377 or 8876849. OLE color: 8876849.

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

Color convert

RGB 49 115 135 -
CMYK 0.64 0.15 0 0.47
HSL 193.95º 0.47% 0.36% -
HSV(B) 193.95º 0.64% 0.53% -
XYZ 11.77 14.66 25.13 -
YUV 97.55 149.13 93.37 -
System Red Green Blue C M Y K H S L
Decimal 49 115 135 0.64 0.15 0 0.47 193.95 0.47 0.36
Hex 31 73 87 40 F 0 2F C2 2F 24
Octal 61 163 207 100 17 0 57 302 57 44
Binary 110001 1110011 10000111 1000000 1111 0 101111 11000010 101111 100100

Color Harmonies of #317387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317387

Black with #317387

Text Example


Text Example

White with #317387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317387; }

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

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

background-color css

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

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

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

border-color css

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

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

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