#31768F

Color #31768F Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #31768F

Tints of Astral #31768F

Color information

#31768F (or 0x31768F) is unknown color: approx Astral. HEX triplet: 31, 76 and 8F. RGB value is (49,118,143). Sum of RGB (Red+Green+Blue) = 49+118+143=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #31768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31768F is #CE8970. Grayscale: #646464. Windows color (decimal): -13535601 or 9401905. OLE color: 9401905.

HSL color Cylindrical-coordinate representation of color #31768F: hue angle of 195.96º 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 #31768F is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB49118143-
CMYK0.660.1700.44
HSL195.96º48.96%37.65%-
HSV(B)195.96º65.73%56.08%-
XYZ12.715.5928.33-
YUV100.22152.1491.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=15.81%
G=38.06%
B=46.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491181430.660.1700.44195.9648.9637.65
Hex31768F421102Cc43126
Octal61166217102210543046146
Binary110001111011010001111100001010001010110011000100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31768F; }

 p { color: rgb(49,118,143); }

 H1.HeaderClassName
 {
   color: #31768F;
 }
 .AnyTagClassName
 {
   color: #31768F;
 }
</style>
background-color css

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

 a { background-color: rgb(49,118,143); }

 div.DivClassName
 {
   background-color: #31768F;
 }
 .BgClassName
 {
   background-color: #31768F;
 }
</style>
border-color css

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

 span { border-color: rgb(49,118,143); }

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