Html Css Color HEX #317A8A Astral

📋 copy color: '#317A8A'

red 49 ◦ green 122 ◦ blue 138

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

Shades of Astral #317A8A

Tints of Astral #317A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

 BLUE value IS 138 (54.3% from 255) = 44.66%

R = 15.86%
G = 39.48%
B = 44.66%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#317A8A (or 0x317A8A) is known color: Astral. HEX triplet: 31, 7A and 8A. RGB value is (49,122,138). Sum of RGB (Red+Green+Blue) = 49+122+138=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #317A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A8A is #CE8575. Grayscale: #656565. Windows color (decimal): -13534582 or 9075249. OLE color: 9075249.

HSL color Cylindrical-coordinate representation of color #317A8A: hue angle of 190.79º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317A8A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 122 138 -
CMYK 0.64 0.12 0 0.46
HSL 190.79º 0.48% 0.37% -
HSV(B) 190.79º 0.64% 0.54% -
XYZ 12.81 16.41 26.54 -
YUV 102 148.32 90.2 -
System Red Green Blue C M Y K H S L
Decimal 49 122 138 0.64 0.12 0 0.46 190.79 0.48 0.37
Hex 31 7A 8A 40 C 0 2E BF 30 25
Octal 61 172 212 100 14 0 56 277 60 45
Binary 110001 1111010 10001010 1000000 1100 0 101110 10111111 110000 100101

Color Harmonies of #317A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317A8A

Black with #317A8A

Text Example


Text Example

White with #317A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317A8A; }

 p { color: rgb(49,122,138); }

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

background-color css

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

 a { background-color: rgb(49,122,138); }

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

border-color css

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

 span { border-color: rgb(49,122,138); }

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