Html Css Color HEX #317B90 Astral

📋 copy color: '#317B90'

red 49 ◦ green 123 ◦ blue 144

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

Shades of Astral #317B90

Tints of Astral #317B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 15.51%
G = 38.92%
B = 45.57%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#317B90 (or 0x317B90) is known color: Astral. HEX triplet: 31, 7B and 90. RGB value is (49,123,144). Sum of RGB (Red+Green+Blue) = 49+123+144=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #317B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317B90 is #CE846F. Grayscale: #676767. Windows color (decimal): -13534320 or 9468721. OLE color: 9468721.

HSL color Cylindrical-coordinate representation of color #317B90: hue angle of 193.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317B90 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 123 144 -
CMYK 0.66 0.15 0 0.44
HSL 193.26º 0.49% 0.38% -
HSV(B) 193.26º 0.66% 0.56% -
XYZ 13.38 16.83 28.93 -
YUV 103.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 49 123 144 0.66 0.15 0 0.44 193.26 0.49 0.38
Hex 31 7B 90 42 F 0 2C C1 31 26
Octal 61 173 220 102 17 0 54 301 61 46
Binary 110001 1111011 10010000 1000010 1111 0 101100 11000001 110001 100110

Color Harmonies of #317B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317B90

Black with #317B90

Text Example


Text Example

White with #317B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,123,144); }

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

background-color css

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

 a { background-color: rgb(49,123,144); }

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

border-color css

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

 span { border-color: rgb(49,123,144); }

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