Html Css Color HEX #317384 Astral

📋 copy color: '#317384'

red 49 ◦ green 115 ◦ blue 132

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

Shades of Astral #317384

Tints of Astral #317384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 16.55%
G = 38.85%
B = 44.59%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#317384 (or 0x317384) is known color: Astral. HEX triplet: 31, 73 and 84. RGB value is (49,115,132). Sum of RGB (Red+Green+Blue) = 49+115+132=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #317384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317384 is #CE8C7B. Grayscale: #616161. Windows color (decimal): -13536380 or 8680241. OLE color: 8680241.

HSL color Cylindrical-coordinate representation of color #317384: hue angle of 192.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #317384 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 115 132 -
CMYK 0.63 0.13 0 0.48
HSL 192.29º 0.46% 0.35% -
HSV(B) 192.29º 0.63% 0.52% -
XYZ 11.56 14.58 24.03 -
YUV 97.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 49 115 132 0.63 0.13 0 0.48 192.29 0.46 0.35
Hex 31 73 84 3F D 0 30 C0 2E 23
Octal 61 163 204 77 15 0 60 300 56 43
Binary 110001 1110011 10000100 111111 1101 0 110000 11000000 101110 100011

Color Harmonies of #317384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317384

Black with #317384

Text Example


Text Example

White with #317384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317384; }

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

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

background-color css

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

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

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

border-color css

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

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

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