#31748C

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

Shades of Astral #31748C

Tints of Astral #31748C

Color information

#31748C (or 0x31748C) is unknown color: approx Astral. HEX triplet: 31, 74 and 8C. RGB value is (49,116,140). Sum of RGB (Red+Green+Blue) = 49+116+140=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #31748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31748C is #CE8B73. Grayscale: #626262. Windows color (decimal): -13536116 or 9204785. OLE color: 9204785.

HSL color Cylindrical-coordinate representation of color #31748C: hue angle of 195.82º 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 #31748C is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB49116140-
CMYK0.650.1700.45
HSL195.82º48.15%37.06%-
HSV(B)195.82º65%54.9%-
XYZ12.2515.0427.07-
YUV98.7151.392.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=16.07%
G=38.03%
B=45.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491161400.650.1700.45195.8248.1537.06
Hex31748C411102Dc43025
Octal61164214101210553046045
Binary110001111010010001100100000110001010110111000100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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