#31748F

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

Shades of Astral #31748F

Tints of Astral #31748F

Color information

#31748F (or 0x31748F) is unknown color: approx Astral. HEX triplet: 31, 74 and 8F. RGB value is (49,116,143). Sum of RGB (Red+Green+Blue) = 49+116+143=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #31748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31748F is #CE8B70. Grayscale: #626262. Windows color (decimal): -13536113 or 9401393. OLE color: 9401393.

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

Color convert

RGB49116143-
CMYK0.660.1900.44
HSL197.23º48.96%37.65%-
HSV(B)197.23º65.73%56.08%-
XYZ12.4715.1328.25-
YUV99.04152.892.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=15.91%
G=37.66%
B=46.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491161430.660.1900.44197.2348.9637.65
Hex31748F421302Cc53126
Octal61164217102230543056146
Binary110001111010010001111100001010011010110011000101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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