Html Css Color HEX #317388 Astral

📋 copy color: '#317388'

red 49 ◦ green 115 ◦ blue 136

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

Shades of Astral #317388

Tints of Astral #317388

RGB

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

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

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

R = 16.33%
G = 38.33%
B = 45.33%

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

#317388 (or 0x317388) is known color: Astral. HEX triplet: 31, 73 and 88. RGB value is (49,115,136). Sum of RGB (Red+Green+Blue) = 49+115+136=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #317388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317388 is #CE8C77. Grayscale: #616161. Windows color (decimal): -13536376 or 8942385. OLE color: 8942385.

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

Color convert

RGB 49 115 136 -
CMYK 0.64 0.15 0 0.47
HSL 194.48º 0.47% 0.36% -
HSV(B) 194.48º 0.64% 0.53% -
XYZ 11.84 14.69 25.5 -
YUV 97.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 49 115 136 0.64 0.15 0 0.47 194.48 0.47 0.36
Hex 31 73 88 40 F 0 2F C2 2F 24
Octal 61 163 210 100 17 0 57 302 57 44
Binary 110001 1110011 10001000 1000000 1111 0 101111 11000010 101111 100100

Color Harmonies of #317388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317388

Black with #317388

Text Example


Text Example

White with #317388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317388; }

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

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

background-color css

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

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

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

border-color css

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

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

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