Html Css Color HEX #317688 Astral

📋 copy color: '#317688'

red 49 ◦ green 118 ◦ blue 136

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

Shades of Astral #317688

Tints of Astral #317688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 136 (53.52% from 255) = 44.88%

R = 16.17%
G = 38.94%
B = 44.88%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#317688 (or 0x317688) is known color: Astral. HEX triplet: 31, 76 and 88. RGB value is (49,118,136). Sum of RGB (Red+Green+Blue) = 49+118+136=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #317688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317688 is #CE8977. Grayscale: #636363. Windows color (decimal): -13535608 or 8943153. OLE color: 8943153.

HSL color Cylindrical-coordinate representation of color #317688: hue angle of 192.41º 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 #317688 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 118 136 -
CMYK 0.64 0.13 0 0.47
HSL 192.41º 0.47% 0.36% -
HSV(B) 192.41º 0.64% 0.53% -
XYZ 12.19 15.39 25.62 -
YUV 99.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 49 118 136 0.64 0.13 0 0.47 192.41 0.47 0.36
Hex 31 76 88 40 D 0 2F C0 2F 24
Octal 61 166 210 100 15 0 57 300 57 44
Binary 110001 1110110 10001000 1000000 1101 0 101111 11000000 101111 100100

Color Harmonies of #317688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317688

Black with #317688

Text Example


Text Example

White with #317688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317688; }

 p { color: rgb(49,118,136); }

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

background-color css

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

 a { background-color: rgb(49,118,136); }

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

border-color css

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

 span { border-color: rgb(49,118,136); }

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