Html Css Color HEX #317996 Astral

📋 copy color: '#317996'

red 49 ◦ green 121 ◦ blue 150

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

Shades of Astral #317996

Tints of Astral #317996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 15.31%
G = 37.81%
B = 46.88%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#317996 (or 0x317996) is known color: Astral. HEX triplet: 31, 79 and 96. RGB value is (49,121,150). Sum of RGB (Red+Green+Blue) = 49+121+150=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #317996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317996 is #CE8669. Grayscale: #666666. Windows color (decimal): -13534826 or 9861425. OLE color: 9861425.

HSL color Cylindrical-coordinate representation of color #317996: hue angle of 197.23º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317996 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 121 150 -
CMYK 0.67 0.19 0 0.41
HSL 197.23º 0.51% 0.39% -
HSV(B) 197.23º 0.67% 0.59% -
XYZ 13.61 16.53 31.33 -
YUV 102.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 49 121 150 0.67 0.19 0 0.41 197.23 0.51 0.39
Hex 31 79 96 43 13 0 29 C5 33 27
Octal 61 171 226 103 23 0 51 305 63 47
Binary 110001 1111001 10010110 1000011 10011 0 101001 11000101 110011 100111

Color Harmonies of #317996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317996

Black with #317996

Text Example


Text Example

White with #317996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317996; }

 p { color: rgb(49,121,150); }

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

background-color css

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

 a { background-color: rgb(49,121,150); }

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

border-color css

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

 span { border-color: rgb(49,121,150); }

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