Html Css Color HEX #31778B Astral

📋 copy color: '#31778B'

red 49 ◦ green 119 ◦ blue 139

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

Shades of Astral #31778B

Tints of Astral #31778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 15.96%
G = 38.76%
B = 45.28%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31778B (or 0x31778B) is known color: Astral. HEX triplet: 31, 77 and 8B. RGB value is (49,119,139). Sum of RGB (Red+Green+Blue) = 49+119+139=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #31778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31778B is #CE8874. Grayscale: #646464. Windows color (decimal): -13535349 or 9140017. OLE color: 9140017.

HSL color Cylindrical-coordinate representation of color #31778B: hue angle of 193.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31778B is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 119 139 -
CMYK 0.65 0.14 0 0.45
HSL 193.33º 0.48% 0.37% -
HSV(B) 193.33º 0.65% 0.55% -
XYZ 12.52 15.71 26.8 -
YUV 100.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 49 119 139 0.65 0.14 0 0.45 193.33 0.48 0.37
Hex 31 77 8B 41 E 0 2D C1 30 25
Octal 61 167 213 101 16 0 55 301 60 45
Binary 110001 1110111 10001011 1000001 1110 0 101101 11000001 110000 100101

Color Harmonies of #31778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31778B

Black with #31778B

Text Example


Text Example

White with #31778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31778B; }

 p { color: rgb(49,119,139); }

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

background-color css

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

 a { background-color: rgb(49,119,139); }

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

border-color css

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

 span { border-color: rgb(49,119,139); }

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