Html Css Color HEX #317488 Astral

📋 copy color: '#317488'

red 49 ◦ green 116 ◦ blue 136

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

Shades of Astral #317488

Tints of Astral #317488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 16.28%
G = 38.54%
B = 45.18%

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

#317488 (or 0x317488) is known color: Astral. HEX triplet: 31, 74 and 88. RGB value is (49,116,136). Sum of RGB (Red+Green+Blue) = 49+116+136=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #317488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317488 is #CE8B77. Grayscale: #626262. Windows color (decimal): -13536120 or 8942641. OLE color: 8942641.

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

Color convert

RGB 49 116 136 -
CMYK 0.64 0.15 0 0.47
HSL 193.79º 0.47% 0.36% -
HSV(B) 193.79º 0.64% 0.53% -
XYZ 11.96 14.92 25.54 -
YUV 98.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 49 116 136 0.64 0.15 0 0.47 193.79 0.47 0.36
Hex 31 74 88 40 F 0 2F C2 2F 24
Octal 61 164 210 100 17 0 57 302 57 44
Binary 110001 1110100 10001000 1000000 1111 0 101111 11000010 101111 100100

Color Harmonies of #317488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317488

Black with #317488

Text Example


Text Example

White with #317488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317488; }

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

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

background-color css

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

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

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

border-color css

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

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

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